SelectElement.Name

SelectElement.Name property

Represent the name attribute of the input element.

public override string Name { get; set; }

Property Value

The name of the element.

See Also