This documentation is archived and is not being maintained.

PageParserFilter::GetCompilationMode Method

Retrieves the current compilation mode for the page.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual CompilationMode GetCompilationMode(
	CompilationMode current
)

Parameters

current
Type: System.Web.UI::CompilationMode
The current compilation mode for the page.

Return Value

Type: System.Web.UI::CompilationMode
One of the CompilationMode values.

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

Supported in: 4, 3.5, 3.0, 2.0

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: