Share via


CSharpRazorCodeLanguage.CreateCodeParser Method

Definition

Constructs a new instance of the code parser for this language

public:
 override Microsoft::AspNetCore::Razor::Parser::ParserBase ^ CreateCodeParser();
public override Microsoft.AspNetCore.Razor.Parser.ParserBase CreateCodeParser ();
override this.CreateCodeParser : unit -> Microsoft.AspNetCore.Razor.Parser.ParserBase
Public Overrides Function CreateCodeParser () As ParserBase

Returns

Applies to