Id

HTMLElement.Id property

Gets or sets the element’s identifier. See the id attribute definition in HTML 4.01.

public string Id { get; set; }

See Also