TagHelperDescriptorProvider(IEnumerable<TagHelperDescriptor>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new instance of the TagHelperDescriptorProvider.
public:
TagHelperDescriptorProvider(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ descriptors);
public TagHelperDescriptorProvider (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> descriptors);
new Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptorProvider : seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> -> Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptorProvider
Public Sub New (descriptors As IEnumerable(Of TagHelperDescriptor))
Parameters
- descriptors
- IEnumerable<TagHelperDescriptor>
The descriptors that the TagHelperDescriptorProvider will pull from.