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)
abstract DecorateMarkupParser : incomingMarkupParser:ParserBase -> ParserBase override DecorateMarkupParser : incomingMarkupParser:ParserBase -> ParserBase
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: