ScriptManager.EnableSecureHistoryState 속성

정의

기록 상태 문자열을 암호화할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool EnableSecureHistoryState { bool get(); void set(bool value); };
public bool EnableSecureHistoryState { get; set; }
member this.EnableSecureHistoryState : bool with get, set
Public Property EnableSecureHistoryState As Boolean

속성 값

true기록 상태 문자열을 암호화해야 하면 이고, 그렇지 않으면 . false 기본값은 true입니다.

설명

Warning

이 속성은 프로덕션 웹 사이트에서 설정 false 안 됩니다.

적용 대상