PagesSection Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AsyncTimeout |
Gets or sets a value indicating the number of seconds to wait for an asynchronous handler to complete during asynchronous page processing.
|
| AutoEventWireup |
Gets or sets a value indicating whether events for ASP.NET pages are automatically connected to event-handling functions.
|
| Buffer |
Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering.
|
| CompilationMode |
Gets or sets a value that determines how .aspx pages and .ascx controls are compiled.
|
| Controls |
Gets a collection of TagPrefixInfo objects.
|
| ElementInformation |
Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| EnableEventValidation |
Gets or sets a value enabling event validation.
|
| EnableSessionState |
Gets or sets a value that specifies whether the session state is enabled, disabled, or read-only.
|
| EnableViewState |
Gets or sets a value indicating whether view state is enabled or disabled.
|
| EnableViewStateMac |
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.
|
| LockAllAttributesExcept |
Gets the collection of locked attributes.
(inherited from
ConfigurationElement)
|
| LockAllElementsExcept |
Gets the collection of locked elements.
(inherited from
ConfigurationElement)
|
| LockAttributes |
Gets the collection of locked attributes
(inherited from
ConfigurationElement)
|
| LockElements |
Gets the collection of locked elements.
(inherited from
ConfigurationElement)
|
| LockItem |
Gets or sets a value indicating whether the element is locked.
(inherited from
ConfigurationElement)
|
| MaintainScrollPositionOnPostBack |
Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server.
|
| MasterPageFile |
Gets or sets a reference to the master page for the application.
|
| MaxPageStateFieldLength |
Gets or sets the maximum number of characters that a single view-state field can contain.
|
| Namespaces |
Gets a collection of NamespaceInfo objects.
|
| PageBaseType |
Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default.
|
| PageParserFilterType |
Gets or sets a value that specifies the parser filter type.
|
| SectionInformation |
Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object.
(inherited from
ConfigurationSection)
|
| SmartNavigation |
Gets or sets a value that indicates whether smart navigation is enabled.
|
| StyleSheetTheme |
Gets or sets the name of an ASP.NET style sheet theme.
|
| TagMapping |
Gets a collection of TagMapInfo objects.
|
| Theme |
Gets or sets the name of an ASP.NET page theme.
|
| UserControlBaseType |
Gets or sets a value that specifies a code-behind class that user controls inherit by default.
|
| ValidateRequest |
Gets or sets a value that determines whether ASP.NET examines input from the browser for dangerous values.
|
| ViewStateEncryptionMode |
Gets or sets the encryption mode that ASP.NET uses when maintaining ViewState values.
|
| Name | Description | |
|---|---|---|
| ElementProperty |
Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself.
(inherited from
ConfigurationElement)
|
| EvaluationContext |
Gets the ContextInformation object for the ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| Item |
Overloaded.
Gets or sets a property, attribute, or child element of this ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| Properties |
Gets the collection of properties.
(inherited from
ConfigurationElement)
|