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

プロパティ値

true フォーム認証のリダイレクトを抑制する必要がある場合。それ以外の場合は false

注釈

このメンバーの詳細については、 HttpResponse.SuppressFormsAuthenticationRedirectを参照してください。

適用対象