HttpResponseWrapper.SuppressFormsAuthenticationRedirect Właściwość

Definicja

Pobiera lub ustawia wartość określającą, czy przekierowanie uwierzytelniania formularzy do strony logowania powinno zostać pominięte.

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

Wartość właściwości

true jeśli przekierowanie uwierzytelniania formularzy powinno zostać pominięte; w przeciwnym razie , false.

Uwagi

Aby uzyskać informacje o tym elemencie członkowskim, zobacz HttpResponse.SuppressFormsAuthenticationRedirect.

Dotyczy