HttpResponseBase.SuppressFormsAuthenticationRedirect 屬性

定義

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

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

適用於