RazorTemplateEngine.CreateParser(String) Method

Definition

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

Parameters

sourceFileName
String

Returns

Applies to