The properties of System.Web.Configuration.PagesSection are listed below. For a list of all members, see the PagesSection Members list.
See Also: Inherited members from System.Configuration.ConfigurationSection
AsyncTimeout | TimeSpan.
Gets or sets a value indicating the number of seconds to wait for an asynchronous handler to complete during asynchronous page processing. | |
AutoEventWireup | bool.
Gets or sets a value indicating whether events for ASP.NET pages are automatically connected to event-handling functions. | |
Buffer | bool.
Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering. | |
CompilationMode | System.Web.UI.CompilationMode.
Gets or sets a value that determines how .aspx pages and .ascx controls are compiled. | |
[read-only] | Controls | TagPrefixCollection.
Gets a collection of System.Web.Configuration.TagPrefixInfo objects. |
EnableEventValidation | bool.
Gets or sets a value that specifies whether event validation is enabled. | |
EnableSessionState | PagesEnableSessionState.
Gets or sets a value that specifies whether the session state is enabled, disabled, or read-only. | |
EnableViewState | bool.
Gets or sets a value indicating whether view state is enabled or disabled. | |
EnableViewStateMac | bool.
Gets or sets a value that specifies whether ASP.NET should run a message authentication code (MAC) on the page's view state when the page is posted back from the client. | |
MaintainScrollPositionOnPostBack | bool.
Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server. | |
MasterPageFile | string.
Gets or sets a reference to the master page for the application. | |
MaxPageStateFieldLength | int.
Gets or sets the maximum number of characters that a single view-state field can contain. | |
[read-only] | Namespaces | NamespaceCollection.
Gets a collection of System.Web.Configuration.NamespaceInfo objects. |
PageBaseType | string.
Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default. | |
PageParserFilterType | string.
Gets or sets a value that specifies the parser filter type. | |
SmartNavigation | bool.
Gets or sets a value that indicates whether smart navigation is enabled. | |
StyleSheetTheme | string.
Gets or sets the name of an ASP.NET style sheet theme. | |
[read-only] | TagMapping | TagMapCollection.
Gets a collection of System.Web.Configuration.TagMapInfo objects. |
Theme | string.
Gets or sets the name of an ASP.NET page theme. | |
UserControlBaseType | string.
Gets or sets a value that specifies a code-behind class that user controls inherit by default. | |
ValidateRequest | bool.
Gets or sets a value that determines whether ASP.NET examines input from the browser for dangerous values. For more information, see Script Exploits Overview. | |
ViewStateEncryptionMode | System.Web.UI.ViewStateEncryptionMode.
Gets or sets the encryption mode that ASP.NET uses when maintaining ViewState values. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |