Interface ITag
A control with a labellable, focusable primary tag.
public interface ITag
Properties
ID
The id to place on the control's primary form input, so a <label for> can focus it.
string? ID { get; set; }
A control with a labellable, focusable primary tag.
public interface ITag
The id to place on the control's primary form input, so a <label for> can focus it.
string? ID { get; set; }