Freigeben über


RazorEngineHost.DecorateMarkupParser(ParserBase) Methode

Definition

Ruft eine instance des Markupparsers ab und erhält die Möglichkeit, ihn zu dekorieren oder zu ersetzen.

public:
 virtual Microsoft::AspNetCore::Razor::Parser::ParserBase ^ DecorateMarkupParser(Microsoft::AspNetCore::Razor::Parser::ParserBase ^ incomingMarkupParser);
public virtual Microsoft.AspNetCore.Razor.Parser.ParserBase DecorateMarkupParser (Microsoft.AspNetCore.Razor.Parser.ParserBase incomingMarkupParser);
abstract member DecorateMarkupParser : Microsoft.AspNetCore.Razor.Parser.ParserBase -> Microsoft.AspNetCore.Razor.Parser.ParserBase
override this.DecorateMarkupParser : Microsoft.AspNetCore.Razor.Parser.ParserBase -> Microsoft.AspNetCore.Razor.Parser.ParserBase
Public Overridable Function DecorateMarkupParser (incomingMarkupParser As ParserBase) As ParserBase

Parameter

incomingMarkupParser
ParserBase

Der Markupparser

Gibt zurück

Entweder derselbe Markupparser nach Änderungen oder ein anderer Markupparser

Gilt für: