RazorEngineHost.CreateMarkupParser 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.
Constructs the markup parser. Must return a new instance on EVERY call to ensure thread-safety
public:
virtual Microsoft::AspNetCore::Razor::Parser::ParserBase ^ CreateMarkupParser();
public virtual Microsoft.AspNetCore.Razor.Parser.ParserBase CreateMarkupParser ();
abstract member CreateMarkupParser : unit -> Microsoft.AspNetCore.Razor.Parser.ParserBase
override this.CreateMarkupParser : unit -> Microsoft.AspNetCore.Razor.Parser.ParserBase
Public Overridable Function CreateMarkupParser () As ParserBase