Share via


TagHelperChunk.Descriptors Property

Definition

The TagHelperDescriptors that are associated with the tag helpers HTML element.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ Descriptors { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> Descriptors { get; set; }
member this.Descriptors : seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> with get, set
Public Property Descriptors As IEnumerable(Of TagHelperDescriptor)

Property Value

Applies to