SelectElement.Id

SelectElement.Id property

Represents the Id attribute of the input element.

public override string Id { get; set; }

Property Value

The identifier of the element.

See Also