RazorEngineHost.DecorateMarkupParser(ParserBase) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the method to decorate markup parser using the specified language parser.

public virtual System.Web.Razor.Parser.ParserBase DecorateMarkupParser (System.Web.Razor.Parser.ParserBase incomingMarkupParser);
abstract member DecorateMarkupParser : System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.ParserBase
override this.DecorateMarkupParser : System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.ParserBase
Public Overridable Function DecorateMarkupParser (incomingMarkupParser As ParserBase) As ParserBase

Parameters

incomingMarkupParser
ParserBase

The C# or Visual Basic code parser.

Returns

The method to decorate markup parser using the specified language parser.

Applies to