HTMLElement.Id

HTMLElement.Id property

要素の識別子を取得または設定します。 HTML 4.01 の id 属性の定義を参照してください。

public string Id { get; set; }

関連項目