AllowAnonymousAttribute クラス

定義

承認時に をスキップするコントローラーとアクションをマークする属性を 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 クラスの新しいインスタンスを初期化します。

適用対象