HttpResponseBase.SuppressFormsAuthenticationRedirect Özellik

Tanım

Form kimlik doğrulamasının oturum açma sayfasına yeniden yönlendirilmesinin gizlenip gizlenmeyeceğini belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Boolean

true Forms kimlik doğrulaması yeniden yönlendirmesi gizlenmesi gerekiyorsa; aksi takdirde , false.

Açıklamalar

Bu üye hakkında bilgi için bkz HttpResponse.SuppressFormsAuthenticationRedirect. .

Şunlara uygulanır