Class HtmlInputControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlInputControl : HtmlControl
Constructors
HtmlInputControl()
Declaration
public HtmlInputControl()
HtmlInputControl(Element)
Properties
Autofocus
Declaration
public bool Autofocus { get; }
Property Value
System.Boolean
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
Placeholder
Declaration
public string Placeholder { get; }
Property Value
System.String
|
Required
Declaration
public bool Required { get; }
Property Value
System.Boolean
|
Type
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
AssignElement(Element)
GetControlType(InputElementType)
Declaration
public static Type GetControlType(InputElementType type)
Parameters
InputElementType
type
|
Returns
System.Type
|
ValidateType(InputElementType)
Declaration
protected void ValidateType(InputElementType inputElementType)
Parameters
InputElementType
inputElementType
|