HtmlInputControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class HtmlInputControl : HtmlControl
Inheritance: objectControlHtmlControlHtmlInputControl
Derived Classes:
Inherited Members
Constructors
C#
public HtmlInputControl()
Properties
C#
public string Placeholder { get; }
C#
public InputElementType Type { get; }
Methods
C#
protected void ValidateType(InputElementType inputElementType)