HttpResponseBase::SuppressFormsAuthenticationRedirect Property
.NET Framework (current version)
Gets or sets a value that specifies whether forms authentication redirection to the login page should be suppressed.
Assembly: System.Web (in System.Web.dll)
public: property bool SuppressFormsAuthenticationRedirect { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if forms authentication redirection should be suppressed; otherwise, false.
For information about this member, see HttpResponse::SuppressFormsAuthenticationRedirect.
.NET Framework
Available since 4.5
Available since 4.5
Show: