Share via


CSharpRazorCodeLanguage.CreateCodeParser Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new code parser for C# code language.

public override System.Web.Razor.Parser.ParserBase CreateCodeParser ();
override this.CreateCodeParser : unit -> System.Web.Razor.Parser.ParserBase
Public Overrides Function CreateCodeParser () As ParserBase

Returns

The newly created code parser for C# code language.

Applies to