PagesSection.CompilationMode Property
.NET Framework 3.0
Gets or sets a value that determines how .aspx pages and .ascx controls are compiled.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public CompilationMode get_CompilationMode () /** @property */ public void set_CompilationMode (CompilationMode value)
public function get CompilationMode () : CompilationMode public function set CompilationMode (value : CompilationMode)
Not applicable.