TagHelperDescriptorResolutionContext Konstruktor

Definice

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

errorSink
ErrorSink

Slouží k agregaci RazorError s.

Platí pro