System.Web.Configuration.PagesSection Members

The members of System.Web.Configuration.PagesSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Initializes a new instance of the System.Web.Configuration.PagesSection class using default settings.

Public Properties

AsyncTimeoutTimeSpan.

Gets or sets a value indicating the number of seconds to wait for an asynchronous handler to complete during asynchronous page processing.

AutoEventWireupbool.

Gets or sets a value indicating whether events for ASP.NET pages are automatically connected to event-handling functions.

Bufferbool.

Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering.

CompilationModeSystem.Web.UI.CompilationMode.

Gets or sets a value that determines how .aspx pages and .ascx controls are compiled.

[read-only]
ControlsTagPrefixCollection.

Gets a collection of System.Web.Configuration.TagPrefixInfo objects.

EnableEventValidationbool.

Gets or sets a value that specifies whether event validation is enabled.

EnableSessionStatePagesEnableSessionState.

Gets or sets a value that specifies whether the session state is enabled, disabled, or read-only.

EnableViewStatebool.

Gets or sets a value indicating whether view state is enabled or disabled.

EnableViewStateMacbool.

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.

MaintainScrollPositionOnPostBackbool.

Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server.

MasterPageFilestring.

Gets or sets a reference to the master page for the application.

MaxPageStateFieldLengthint.

Gets or sets the maximum number of characters that a single view-state field can contain.

[read-only]
NamespacesNamespaceCollection.

Gets a collection of System.Web.Configuration.NamespaceInfo objects.

PageBaseTypestring.

Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default.

PageParserFilterTypestring.

Gets or sets a value that specifies the parser filter type.

SmartNavigationbool.

Gets or sets a value that indicates whether smart navigation is enabled.

StyleSheetThemestring.

Gets or sets the name of an ASP.NET style sheet theme.

[read-only]
TagMappingTagMapCollection.

Gets a collection of System.Web.Configuration.TagMapInfo objects.

Themestring.

Gets or sets the name of an ASP.NET page theme.

UserControlBaseTypestring.

Gets or sets a value that specifies a code-behind class that user controls inherit by default.

ValidateRequestbool.

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.

ViewStateEncryptionModeSystem.Web.UI.ViewStateEncryptionMode.

Gets or sets the encryption mode that ASP.NET uses when maintaining ViewState values.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Protected Methods

override
DeserializeSection(System.Xml.XmlReader)
Documentation for this section has not yet been entered.