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 클래스의 새 인스턴스를 초기화합니다.

적용 대상