TagHelperDescriptorResolutionContext Constructor

Definición

Crea una nueva instancia de 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)

Parámetros

errorSink
ErrorSink

Se utiliza para agregar RazorError s.

Se aplica a