VBCodeParser.SectionDirective Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the code is a section directive.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Overridable Function SectionDirective As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.SectionDirective()
protected virtual bool SectionDirective()
protected:
virtual bool SectionDirective()
abstract SectionDirective : unit -> bool
override SectionDirective : unit -> bool
protected function SectionDirective() : boolean
Return Value
Type: System.Boolean
true if the code is a section directive; otherwise, false.