Attribute specifies the HTTP method that the browser uses to submit the form.
no subtypes hierarchy
Constructors | |
get | Source Codeshared get The data from the form are appended to the form attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters. |
post | Source Codeshared post The data from the form is included in the body of the form and is sent to the server. |
Attributes | |
attributeValue | Source Codeshared actual String attributeValue The attribute value. |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: AttributeValueProvider |