VBRazorCodeLanguage.CreateCodeParser Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a code parser in a ParserBase.

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

Returns

A code parser in a ParserBase.

Applies to