RazorParser(ParserBase, ParserBase) Konstruktor

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci RazorParser třídy.

public RazorParser (System.Web.Razor.Parser.ParserBase codeParser, System.Web.Razor.Parser.ParserBase markupParser);
new System.Web.Razor.Parser.RazorParser : System.Web.Razor.Parser.ParserBase * System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.RazorParser
Public Sub New (codeParser As ParserBase, markupParser As ParserBase)

Parametry

codeParser
ParserBase

Analyzátor kódu.

markupParser
ParserBase

Analyzátor značek.

Platí pro