HttpResponseBase.SuppressFormsAuthenticationRedirect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,指定是否應該抑制表單認證重定向至登入頁面。
public:
virtual property bool SuppressFormsAuthenticationRedirect { bool get(); void set(bool value); };
public virtual bool SuppressFormsAuthenticationRedirect { get; set; }
member this.SuppressFormsAuthenticationRedirect : bool with get, set
Public Overridable Property SuppressFormsAuthenticationRedirect As Boolean
屬性值
true若表單應抑制認證重定向;否則,。 false
備註
關於此成員的資訊,請參見 HttpResponse.SuppressFormsAuthenticationRedirect。