HTMLLabelElement.For

HTMLLabelElement.For property

This attribute links this label with another form control by id attribute. See the for attribute definition in HTML 4.01.

public string For { get; set; }

See Also