HttpResponseWrapper.SuppressFormsAuthenticationRedirect 속성

정의

로그인 페이지로의 폼 인증 리디렉션을 표시하지 않아야 하는지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

true양식 인증 리디렉션을 표시하지 않아야 하는 경우 그렇지 않으면 . false

설명

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

적용 대상