SessionPageStateSection.HistorySize Property

 

Gets or sets the size of the page history.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("historySize", DefaultValue = 9)]
[IntegerValidatorAttribute(MinValue = 1)]
public int HistorySize { get; set; }

Property Value

Type: System.Int32

The size of the page history.

.NET Framework
Available since 2.0
Return to top
Show: