HtmlTargetElementAttribute.Attributes Property

Definition

A comma-separated String of attribute selectors the HTML element must match for the ITagHelper to run. * at the end of an attribute name acts as a prefix match. A value surrounded by square brackets is handled as a CSS attribute value selector. Operators ^=, $= and = are supported e.g. "name", "[name]", "[name=value]", "[ name ^= 'value' ]".

public:
 property System::String ^ Attributes { System::String ^ get(); void set(System::String ^ value); };
public string Attributes { get; set; }
member this.Attributes : string with get, set
Public Property Attributes As String

Property Value

Applies to