Freigeben über


HttpResponseWrapper.SuppressFormsAuthenticationRedirect Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob die Umleitung der Formularauthentifizierung zur Anmeldeseite unterdrückt werden soll.

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

Eigenschaftswert

Boolean

true, wenn die Umleitung der Formularauthentifizierung unterdrückt werden soll, andernfalls false.

Hinweise

Informationen zu diesem Element finden Sie unter HttpResponse.SuppressFormsAuthenticationRedirect.

Gilt für