Table of Contents

Interface ITag

Namespace
The.Web.Widgets
Assembly
Instagile.Web.Client.dll

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; }

Property Value

string