PageParserFilter.GetCompilationMode Method (CompilationMode)
.NET Framework (current version)
Retrieves the current compilation mode for the page.
Assembly: System.Web (in System.Web.dll)
Public Overridable Function GetCompilationMode ( current As CompilationMode ) As CompilationMode
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: