HTMLTextFormControlElement
Represents the base class for all HTML text form controls.
namespace AngleSharp.DOM.Html
{
public abstract class HTMLTextFormControlElement : HTMLFormControlElementWithState
{
internal HTMLTextFormControlElement()
{
}
}
}