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此属性设置为。

适用于