CSharpCodeParser.ReservedDirective Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Indicates the reserved directive.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

protected function ReservedDirective(
	topLevel : boolean
)

Parameters

topLevel
Type: System.Boolean
Determines whether the directive is a top level.
Show: