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