다음을 통해 공유


HttpBrowserCapabilitiesWrapper.RequiresControlStateInSession 속성

정의

브라우저에서 세션에 컨트롤 상태를 유지해야 하는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool RequiresControlStateInSession { bool get(); };
public override bool RequiresControlStateInSession { get; }
member this.RequiresControlStateInSession : bool
Public Overrides ReadOnly Property RequiresControlStateInSession As Boolean

속성 값

Boolean

브라우저에서 세션의 컨트롤 상태를 유지해야 하면true 이고, 유지할 필요가 없으면 false입니다. 기본값은 false입니다.

적용 대상