ClassHtmlForm
Class
Test class for an HtmlForm element <form >...</form>
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlForm : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlForm
Inherited Members
Constructors
HtmlForm(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlForm(Element element)
Parameters
element
The base element.
Properties
AutofocusInput
Gets the autofocus input control of this form
Declaration
cs-api-definition
public HtmlInputControl AutofocusInput { get; }
Property Value
EncType
Gets the MIME type used to encode the content of a form.
Length
Gets the number of elements in a form.
Name
Gets the name of a form.
NoValidate
Gets or sets whether the form uses the browser to validate its inputs
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides