This documentation is archived and is not being maintained.
PageParserFilter::GetCompilationMode Method
Visual Studio 2010
Retrieves the current compilation mode for the page.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: