Class HtmlForm
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 HtmlForm : HtmlContainerControl
Constructors
HtmlForm()
Declaration
public HtmlForm()
HtmlForm(Element)
Properties
AutofocusInput
EncType
Declaration
public string EncType { get; }
Property Value
System.String
|
Length
Declaration
public int Length { get; }
Property Value
System.Int32
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
NoValidate
Declaration
public bool NoValidate { get; set; }
Property Value
System.Boolean
|
Target
Declaration
public string Target { get; }
Property Value
System.String
|