Share via


TagHelperDescriptor.RequiredAttributes Property

Definition

The list of required attribute names the tag helper expects to target an element.

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

Property Value

Remarks

* at the end of an attribute name acts as a prefix match.

Applies to