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)

'Declaration
Public Overrides Function CreateMarkupParser As ParserBase
'Usage
Dim instance As WebPageRazorHost 
Dim returnValue As ParserBase 

returnValue = instance.CreateMarkupParser()

Return Value

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