Dela via


RazorCodeLanguage.CreateCodeParser Method

Definition

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

Returns

Applies to