HttpResponseBase.SuppressFormsAuthenticationRedirect Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Formularauthentifizierungsumleitung auf die 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

truewenn die Formularauthentifizierungsumleitung unterdrückt werden soll; andernfalls . false

Hinweise

Informationen zu diesem Mitglied finden Sie unter HttpResponse.SuppressFormsAuthenticationRedirect.

Gilt für: