TagHelperChunkGenerator(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 TagHelperChunkGenerator.
public:
TagHelperChunkGenerator(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ tagHelperDescriptors);
public TagHelperChunkGenerator (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> tagHelperDescriptors);
new Microsoft.AspNetCore.Razor.Chunks.Generators.TagHelperChunkGenerator : seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> -> Microsoft.AspNetCore.Razor.Chunks.Generators.TagHelperChunkGenerator
Public Sub New (tagHelperDescriptors As IEnumerable(Of TagHelperDescriptor))
Parameters
- tagHelperDescriptors
- IEnumerable<TagHelperDescriptor>
TagHelperDescriptors associated with the current HTML tag.