HtmlElement.Id プロパティ

定義

要素を識別するラベルを取得または設定します。

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

プロパティ値

この要素の固有の識別子。

注釈

Id は一意である必要があります。同じ文書内に同じ Id 要素を 2 つ含めることはできません。 プロパティを Name 使用して、論理的に関連する要素のグループに同じ識別子を指定します。

適用対象

こちらもご覧ください