VBCodeParser.EndTerminatedDirectiveBody 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。确定是否终止指令正文。

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

参数

directive
String

指令。

blockStart
SourceLocation

块开始。

allowAllTransitions
Boolean

如果为 true,则允许所有转换;否则为 false。

返回

如果终止指令正文,则为 true;否则为 false。

适用于