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

プロパティ値

true UrlAuthorizationModule承認チェックをスキップする必要がある場合は 。それ以外の場合はfalse

例外

適用対象