VBCodeParser.EndTerminatedDirectiveBody Method

Definition

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.

protected virtual bool EndTerminatedDirectiveBody (string directive, System.Web.Razor.Text.SourceLocation blockStart, bool allowAllTransitions);
abstract member EndTerminatedDirectiveBody : string * System.Web.Razor.Text.SourceLocation * bool -> bool
override this.EndTerminatedDirectiveBody : string * System.Web.Razor.Text.SourceLocation * bool -> bool
Protected Overridable Function EndTerminatedDirectiveBody (directive As String, blockStart As SourceLocation, allowAllTransitions As Boolean) As Boolean

Parameters

directive
String

The directive.

blockStart
SourceLocation

The block start.

allowAllTransitions
Boolean

true to allow all transitions; otherwise, false.

Returns

true if the termination of directive body is ended; otherwise, false.

Applies to