RazorParser Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RazorParser(RazorParser) |
Inizializza una nuova istanza di RazorParser dall’oggetto |
RazorParser(ParserBase, ParserBase, ITagHelperDescriptorResolver) |
Inizializza una nuova istanza di RazorParser. |
RazorParser(RazorParser)
Inizializza una nuova istanza di RazorParser dall’oggetto parser
specificato.
public:
RazorParser(Microsoft::AspNetCore::Razor::Parser::RazorParser ^ parser);
public RazorParser (Microsoft.AspNetCore.Razor.Parser.RazorParser parser);
new Microsoft.AspNetCore.Razor.Parser.RazorParser : Microsoft.AspNetCore.Razor.Parser.RazorParser -> Microsoft.AspNetCore.Razor.Parser.RazorParser
Public Sub New (parser As RazorParser)
Parametri
- parser
- RazorParser
Oggetto RazorParser da cui copiare i valori.
Si applica a
RazorParser(ParserBase, ParserBase, ITagHelperDescriptorResolver)
Inizializza una nuova istanza di RazorParser.
public:
RazorParser(Microsoft::AspNetCore::Razor::Parser::ParserBase ^ codeParser, Microsoft::AspNetCore::Razor::Parser::ParserBase ^ markupParser, Microsoft::AspNetCore::Razor::Compilation::TagHelpers::ITagHelperDescriptorResolver ^ tagHelperDescriptorResolver);
public RazorParser (Microsoft.AspNetCore.Razor.Parser.ParserBase codeParser, Microsoft.AspNetCore.Razor.Parser.ParserBase markupParser, Microsoft.AspNetCore.Razor.Compilation.TagHelpers.ITagHelperDescriptorResolver tagHelperDescriptorResolver);
new Microsoft.AspNetCore.Razor.Parser.RazorParser : Microsoft.AspNetCore.Razor.Parser.ParserBase * Microsoft.AspNetCore.Razor.Parser.ParserBase * Microsoft.AspNetCore.Razor.Compilation.TagHelpers.ITagHelperDescriptorResolver -> Microsoft.AspNetCore.Razor.Parser.RazorParser
Public Sub New (codeParser As ParserBase, markupParser As ParserBase, tagHelperDescriptorResolver As ITagHelperDescriptorResolver)
Parametri
- codeParser
- ParserBase
Oggetto utilizzato per l'analisi ParserBase del contenuto del codice.
- markupParser
- ParserBase
Oggetto ParserBase utilizzato per analizzare il contenuto del markup.
- tagHelperDescriptorResolver
- ITagHelperDescriptorResolver
Oggetto ITagHelperDescriptorResolver utilizzato per risolvere TagHelperDescriptors.