Partager via


RazorEngineHost.DecorateRazorParser(RazorParser, String) Méthode

Définition

Permet aux types dérivés de modifier le instance de RazorParser utilisé par pour RazorTemplateEngine analyser l’arborescence Razor.

public:
 virtual Microsoft::AspNetCore::Razor::Parser::RazorParser ^ DecorateRazorParser(Microsoft::AspNetCore::Razor::Parser::RazorParser ^ incomingRazorParser, System::String ^ sourceFileName);
public virtual Microsoft.AspNetCore.Razor.Parser.RazorParser DecorateRazorParser (Microsoft.AspNetCore.Razor.Parser.RazorParser incomingRazorParser, string sourceFileName);
abstract member DecorateRazorParser : Microsoft.AspNetCore.Razor.Parser.RazorParser * string -> Microsoft.AspNetCore.Razor.Parser.RazorParser
override this.DecorateRazorParser : Microsoft.AspNetCore.Razor.Parser.RazorParser * string -> Microsoft.AspNetCore.Razor.Parser.RazorParser
Public Overridable Function DecorateRazorParser (incomingRazorParser As RazorParser, sourceFileName As String) As RazorParser

Paramètres

incomingRazorParser
RazorParser

RazorParser.

sourceFileName
String

Nom de fichier du fichier Razor en cours d’analyse.

Retours

Soit le même analyseur de code, après des modifications, soit un autre analyseur de code.

S’applique à