TagHelperContext.AllAttributes 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.
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