VBCodeParser.EndTerminatedDirectiveBody Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the termination of directive body is ended.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Overridable Function EndTerminatedDirectiveBody ( _ directive As String, _ blockStart As SourceLocation, _ allowAllTransitions As Boolean _ ) As Boolean 'Usage Dim directive As String Dim blockStart As SourceLocation Dim allowAllTransitions As Boolean Dim returnValue As Boolean returnValue = Me.EndTerminatedDirectiveBody(directive, _ blockStart, allowAllTransitions)
Parameters
- directive
- Type: System.String
The directive.
- blockStart
- Type: System.Web.Razor.Text.SourceLocation
The block start.
- allowAllTransitions
- Type: System.Boolean
true to allow all transitions; otherwise, false.
Return Value
Type: System.Booleantrue if the termination of directive body is ended; otherwise, false.
Show: