Share via


TagHelperDescriptorResolutionContext Constructor

Definition

Instantiates a new instance of 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)

Parameters

errorSink
ErrorSink

Used to aggregate RazorErrors.

Applies to