RazorCodeLanguage.CreateCodeParser 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 code parser. Must return a new instance on EVERY call to ensure thread-safety
public:
abstract Microsoft::AspNetCore::Razor::Parser::ParserBase ^ CreateCodeParser();
public abstract Microsoft.AspNetCore.Razor.Parser.ParserBase CreateCodeParser ();
abstract member CreateCodeParser : unit -> Microsoft.AspNetCore.Razor.Parser.ParserBase
Public MustOverride Function CreateCodeParser () As ParserBase