TagHelperDescriptorResolutionContext Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří instanci nové instance TagHelperDescriptorResolutionContext .
public:
TagHelperDescriptorResolutionContext(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDirectiveDescriptor ^> ^ directiveDescriptors, Microsoft::AspNetCore::Razor::ErrorSink ^ errorSink);
public TagHelperDescriptorResolutionContext (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDirectiveDescriptor> directiveDescriptors, Microsoft.AspNetCore.Razor.ErrorSink errorSink);
new Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptorResolutionContext : seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDirectiveDescriptor> * Microsoft.AspNetCore.Razor.ErrorSink -> Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptorResolutionContext
Public Sub New (directiveDescriptors As IEnumerable(Of TagHelperDirectiveDescriptor), errorSink As ErrorSink)
Parametry
- directiveDescriptors
- IEnumerable<TagHelperDirectiveDescriptor>
TagHelperDirectiveDescriptorpoužívá se k řešení TagHelperDescriptor s.
- errorSink
- ErrorSink
Slouží k agregaci RazorError s.