TagHelperChunk.Descriptors Property
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.
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)