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

適用対象