TagHelperDescriptor.Attributes 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 list of attributes the tag helper expects.
public:
property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDescriptor ^> ^ Attributes { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDescriptor ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDescriptor ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDescriptor> Attributes { get; set; }
member this.Attributes : seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDescriptor> with get, set
Public Property Attributes As IEnumerable(Of TagHelperAttributeDescriptor)