StyleSheet.EnableViewState 속성

정의

서버 컨트롤이 해당 뷰 상태와 해당 뷰에 포함된 자식 컨트롤의 뷰 상태를 요청하는 클라이언트에 유지할지 여부를 나타내는 값을 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 virtual property bool EnableViewState { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override bool EnableViewState { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.EnableViewState : bool with get, set
Public Overrides Property EnableViewState As Boolean

속성 값

서버 컨트롤이 뷰 상태를 유지하면 . 기본값은 true입니다.

특성

적용 대상

추가 정보