RazorEngineHost.DecorateCodeParser(ParserBase) Metoda

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Vrátí metody jako analyzátor kódu Razor specifické pro jazyk pomocí určeného analyzátoru jazyka.

public virtual System.Web.Razor.Parser.ParserBase DecorateCodeParser (System.Web.Razor.Parser.ParserBase incomingCodeParser);
abstract member DecorateCodeParser : System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.ParserBase
override this.DecorateCodeParser : System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.ParserBase
Public Overridable Function DecorateCodeParser (incomingCodeParser As ParserBase) As ParserBase

Parametry

incomingCodeParser
ParserBase

Analyzátor kódu jazyka C# nebo Visual Basic.

Návraty

Metody jako analyzátor kódu Razor specifické pro jazyk pomocí analyzátoru zadaného jazyka.

Platí pro