RazorEngineHost.DecorateRazorParser(RazorParser, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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.