This documentation is archived and is not being maintained.
sessionPageState Element (ASP.NET Settings Schema)
Visual Studio 2010
Configures page view-state settings for an ASP.NET application.
system.web Element (ASP.NET Settings Schema)
sessionPageState Element (ASP.NET Settings Schema)
<sessionPageState historySize="number" />
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
historySize | Optional Int32 attribute. Sets the number of entries to be stored in the page history. |
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
configuration | The root element in every configuration file used by the common language runtime and .NET Framework applications. |
system.web | Specifies the root element for the ASP.NET configuration section. |
Show: