HttpContextBase.SkipAuthorization 属性

定义

在派生类中重写时,获取或设置一个值,该值指定 UrlAuthorizationModule 对象是否应跳过对当前请求的授权检查。

public:
 virtual property bool SkipAuthorization { bool get(); void set(bool value); };
public virtual bool SkipAuthorization { get; set; }
member this.SkipAuthorization : bool with get, set
Public Overridable Property SkipAuthorization As Boolean

属性值

Boolean

如果 UrlAuthorizationModule 应跳过授权检查,则为 true;否则为 false

例外

适用于