PageParserFilter.GetCompilationMode Method
Retrieves the current compilation mode for the page.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Parameters
- current
- Type: System.Web.UI.CompilationMode
The current compilation mode for the page.
The TemplateControlParser class checks any associated PageParserFilter instance to apply a compilation mode to the currently processed page. The default implementation of the GetCompilationMode method simply returns the CompilationMode value that is passed in the current parameter. Override the GetCompilationMode method to use a specific or different CompilationMode value.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.