AllowAnonymousAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
承認時に をスキップするコントローラーとアクションをマークする属性を AuthorizeAttribute 表します。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class AllowAnonymousAttribute : Attribute
type AllowAnonymousAttribute = class
inherit Attribute
Public NotInheritable Class AllowAnonymousAttribute
Inherits Attribute
- 継承
-
AllowAnonymousAttribute
- 属性
コンストラクター
AllowAnonymousAttribute() |
AllowAnonymousAttribute クラスの新しいインスタンスを初期化します。 |