Share via


SessionPageStateSection.HistorySize プロパティ

定義

ページ履歴のサイズを取得または設定します。

public:
 property int HistorySize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("historySize", DefaultValue=9)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int HistorySize { get; set; }
[<System.Configuration.ConfigurationProperty("historySize", DefaultValue=9)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.HistorySize : int with get, set
Public Property HistorySize As Integer

プロパティ値

ページ履歴のサイズ。

属性

適用対象