HttpResponseBase.SuppressFormsAuthenticationRedirect 속성

정의

로그인 페이지에 대한 폼 인증 리디렉션이 억제되어야 하는지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

폼 인증 리디렉션을 억제해야 하면 true이고, 그렇지 않으면 false입니다.

설명

이 멤버에 대한 자세한 내용은 다음을 참조하세요 HttpResponse.SuppressFormsAuthenticationRedirect.

적용 대상