HttpBrowserCapabilitiesBase.RequiresControlStateInSession 속성

정의

파생 클래스에서 재정의되는 경우 브라우저에서 세션에 컨트롤 상태를 유지해야 하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

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

예외

적용 대상