Aracılığıyla paylaş


RazorEngineHost.DecorateCodeParser(ParserBase) Yöntem

Tanım

Kod ayrıştırıcısının bir örneğini alır ve onu süsleme veya değiştirme fırsatı sağlanır

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

Parametreler

incomingCodeParser
ParserBase

Kod ayrıştırıcısı

Döndürülenler

Değişikliklerden sonra aynı kod ayrıştırıcısı veya farklı bir kod ayrıştırıcısı

Şunlara uygulanır