HttpResponseBase.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 virtual bool SuppressFormsAuthenticationRedirect { get; set; }
member this.SuppressFormsAuthenticationRedirect : bool with get, set
Public Overridable 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