HttpResponseWrapper.SuppressFormsAuthenticationRedirect 屬性

定義

取得或設定值,指定是否應該抑制表單驗證重新導向至登入頁面。

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

屬性值

Boolean

如果不應執行表單驗證重新導向,則為 true,否則為 false

備註

如需此成員的相關資訊,請參閱 HttpResponse.SuppressFormsAuthenticationRedirect

適用於