Compartir a través de


RazorTemplateEngine.CreateParser(String) Método

Definición

protected public:
 virtual Microsoft::AspNetCore::Razor::Parser::RazorParser ^ CreateParser(System::String ^ sourceFileName);
protected internal virtual Microsoft.AspNetCore.Razor.Parser.RazorParser CreateParser (string sourceFileName);
abstract member CreateParser : string -> Microsoft.AspNetCore.Razor.Parser.RazorParser
override this.CreateParser : string -> Microsoft.AspNetCore.Razor.Parser.RazorParser
Protected Friend Overridable Function CreateParser (sourceFileName As String) As RazorParser

Parámetros

sourceFileName
String

Devoluciones

Se aplica a