System.Web.Configuration.PagesSection.CompilationMode Property

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

Syntax

[System.Configuration.ConfigurationProperty("compilationMode", DefaultValue=System.Web.UI.CompilationMode.Always)]
public System.Web.UI.CompilationMode CompilationMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The default value is System.Web.UI.CompilationMode.Always.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0