ClassHtmlInputEmail
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlInputEmail : HtmlInputText
Inheritance: objectControlHtmlControlHtmlInputControlHtmlInputTextHtmlInputEmail
Inherited Members
Constructors
HtmlInputEmail(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlInputEmail(Element element)
Parameters
element
The base element.
Properties
ValidationType
Declaration
cs-api-definition
protected override InputElementType ValidationType { get; }
Property Value
Overrides