MvcRazorParser Class
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.
A subtype of RazorParser that MvcRazorHost uses to support inheritance of tag
helpers from _ViewImports
files.
public ref class MvcRazorParser : Microsoft::AspNetCore::Razor::Parser::RazorParser
public class MvcRazorParser : Microsoft.AspNetCore.Razor.Parser.RazorParser
type MvcRazorParser = class
inherit RazorParser
Public Class MvcRazorParser
Inherits RazorParser
- Inheritance
Mvc |
Initializes a new instance of MvcRazorParser. |
Design |
(Inherited from RazorParser) |
Tag |
Gets the ITagHelperDescriptorResolver used to resolve TagHelperDescriptors. (Inherited from RazorParser) |
Create |
(Inherited from RazorParser) |
Create |
(Inherited from RazorParser) |
Create |
(Inherited from RazorParser) |
Create |
(Inherited from RazorParser) |
Create |
(Inherited from RazorParser) |
Get |
Returns a sequence of TagHelperDescriptors for tag helpers that are registered in the
specified |
Parse(IText |
(Inherited from RazorParser) |
Parse(Lookahead |
Obsolete.
(Inherited from RazorParser)
|
Parse(Lookahead |
Obsolete.
(Inherited from RazorParser)
|
Parse(Text |
(Inherited from RazorParser) |
Parse(Text |
(Inherited from RazorParser) |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1 |