Element.Id

Element.Id property

The element’s identifier. See the id attribute definition in HTML 4.01.

public string Id { get; set; }

Property Value

The identifier.

See Also