This documentation is archived and is not being maintained.
PagesSection Properties
Visual Studio 2010
The PagesSection type exposes the following members.
| 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. |
|
ClientIDMode | Gets or sets the default algorithm that is used to generate a control's identifier. |
|
CompilationMode | Gets or sets a value that determines how .aspx pages and .ascx controls are compiled. |
|
ControlRenderingCompatibilityVersion | Gets or sets a value that specifies the ASP.NET version that any rendered HTML will be compatible with. |
|
Controls | Gets a collection of TagPrefixInfo objects. |
|
CurrentConfiguration | Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to. (Inherited from ConfigurationElement.) |
|
ElementInformation | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.) |
|
ElementProperty | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Inherited from ConfigurationElement.) |
|
EnableEventValidation | Gets or sets a value that specifies whether event validation is enabled. |
|
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. |
|
EvaluationContext | Gets the ContextInformation object for the ConfigurationElement object. (Inherited from ConfigurationElement.) |
|
IgnoreDeviceFilters | Gets the collection of device tags that ASP.NET should ignore when it renders a page. |
|
Item[ConfigurationProperty] | Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.) |
|
Item[String] | Gets or sets a property, attribute, or child element of this configuration element. (Inherited from ConfigurationElement.) |
|
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. |
|
Properties | Gets the collection of properties. (Inherited from ConfigurationElement.) |
|
RenderAllHiddenFieldsAtTopOfForm | Gets or sets a value that indicates whether all system-generated hidden fields are rendered at the top of the form. |
|
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. For more information, see Script Exploits Overview. |
|
ViewStateEncryptionMode | Gets or sets the encryption mode that ASP.NET uses when maintaining ViewState values. |
Show: