WebPageRazorHost::CreateMarkupParser Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Creates a markup parser.

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

public:
virtual ParserBase^ CreateMarkupParser() override

Return Value

Type: System.Web.Razor.Parser::ParserBase
A markup parser.
Show: