MvcWebPageRazorHost.DecorateCodeParser(ParserBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ASP.NET MVC language-specific Razor code parser using the specified language parser.
public override System.Web.Razor.Parser.ParserBase DecorateCodeParser (System.Web.Razor.Parser.ParserBase incomingCodeParser);
override this.DecorateCodeParser : System.Web.Razor.Parser.ParserBase -> System.Web.Razor.Parser.ParserBase
Public Overrides Function DecorateCodeParser (incomingCodeParser As ParserBase) As ParserBase
Parameters
- incomingCodeParser
- ParserBase
The C# or Visual Basic code parser.
Returns
The ASP.NET MVC language-specific Razor code parser.