RazorTemplateEngine.CreateParser(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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