MvcWebPageRazorHost.DecorateCodeParser Method
Returns the ASP.NET MVC language-specific Razor code parser using the specified language parser.
Namespace: System.Web.Mvc.Razor
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- incomingCodeParser
- Type: System.Web.Razor.Parser.ParserBase
The C# or Visual Basic code parser.
Return Value
Type: System.Web.Razor.Parser.ParserBaseThe ASP.NET MVC language-specific Razor code parser.
Show: