RazorEngineHost.DecorateMarkupParser Method
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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Public Overridable Function DecorateMarkupParser ( _ incomingMarkupParser As ParserBase _ ) As ParserBase 'Usage Dim instance As RazorEngineHost Dim incomingMarkupParser As ParserBase Dim returnValue As ParserBase returnValue = instance.DecorateMarkupParser(incomingMarkupParser)
Parameters
- incomingMarkupParser
- Type: System.Web.Razor.Parser.ParserBase
The C# or Visual Basic code parser.
Return Value
Type: System.Web.Razor.Parser.ParserBaseThe method to decorate markup parser using the specified language parser.
Show: