次の方法で共有


HtmlTargetElementAttribute.Attributes プロパティ

定義

を実行するには、HTML 要素が一致する必要がある属性セレクターのITagHelperコンマ区切Stringり。 * 属性名の末尾にある は、プレフィックスの一致として機能します。 角かっこで囲まれた値は、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

プロパティ値

適用対象