TagHelperContext.AllAttributes Property

Definition

Every attribute associated with the current HTML element.

public:
 property Microsoft::AspNetCore::Razor::TagHelpers::ReadOnlyTagHelperAttributeList ^ AllAttributes { Microsoft::AspNetCore::Razor::TagHelpers::ReadOnlyTagHelperAttributeList ^ get(); };
public Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList AllAttributes { get; }
member this.AllAttributes : Microsoft.AspNetCore.Razor.TagHelpers.ReadOnlyTagHelperAttributeList
Public ReadOnly Property AllAttributes As ReadOnlyTagHelperAttributeList

Property Value

Applies to