Sdílet prostřednictvím


VBCodeParser.EndTerminatedDirectiveBody Metoda

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Určuje, zda ukončení textu direktivy je ukončeno.

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

Parametry

directive
String

Direktiva.

blockStart
SourceLocation

Začátek bloku.

allowAllTransitions
Boolean

true umožnit všechny přechody; jinak nepravda.

Návraty

true, je-li ukončeno ukončení textu direktivy; jinak nepravda.

Platí pro