PagesSection.CompilationMode Property
.NET Framework (current version)
Gets or sets a value that determines how .aspx pages and .ascx controls are compiled.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("compilationMode", DefaultValue := CompilationMode.Always)> Public Property CompilationMode As CompilationMode
Property Value
Type: System.Web.UI.CompilationModeOne of the values for the CompilationMode property, which specifies how .aspx pages and .ascx controls are compiled.
The following code example shows how to use the CompilationMode property.
.NET Framework
Available since 2.0
Available since 2.0
Show: