RazorEngineHost.DecorateCodeParser Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the methods as language-specific Razor code parser using the specified language parser.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
abstract DecorateCodeParser : incomingCodeParser:ParserBase -> ParserBase override DecorateCodeParser : incomingCodeParser:ParserBase -> ParserBase
Parameters
- incomingCodeParser
- Type: System.Web.Razor.Parser.ParserBase
The C# or Visual Basic code parser.
Return Value
Type: System.Web.Razor.Parser.ParserBaseThe methods as language-specific Razor code parser using the specified language parser.
Show: