TagBuilder.Attributes Property

Definition

Gets the set of attributes that will be written to the tag.

public:
 property Microsoft::AspNetCore::Mvc::ViewFeatures::AttributeDictionary ^ Attributes { Microsoft::AspNetCore::Mvc::ViewFeatures::AttributeDictionary ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary Attributes { get; }
member this.Attributes : Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary
Public ReadOnly Property Attributes As AttributeDictionary

Property Value

Applies to