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 です。

注釈

警告

運用 Web サイトでは、このプロパティを にfalse設定しないでください

適用対象