RazorEngineHost.CreateMarkupParser Method

Definition

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

Returns

Applies to