This documentation is archived and is not being maintained.
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)
'Declaration
Protected Overridable Sub ReservedDirective ( _
topLevel As Boolean _
)
'Usage
Dim topLevel As Boolean
Me.ReservedDirective(topLevel)
Parameters
- topLevel
- Type: System.Boolean
Determines whether the directive is a top level.