HtmlTargetElementAttribute.Attributes 属性

定义

HTML 元素必须匹配的属性选择器逗号分隔 String 才能 ITagHelper 运行。 * 属性名称末尾充当前缀匹配项。 用方括号包围的值作为 CSS 属性值选择器进行处理。 支持运算符 ^=$== ,例如 "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

属性值

适用于