Attribute that represents type of content that is used to submit the form to the server.
no subtypes hierarchy
Constructors | |
applicationFormUrlEncoded | Source Codeshared applicationFormUrlEncoded Default. All characters are encoded before sent (spaces are converted to “+” symbols, and special characters are converted to ASCII HEX values). |
multipartFormData | Source Codeshared multipartFormData No characters are encoded. This value is required when you are using forms that have a file upload control. |
textPlain | Source Codeshared textPlain Spaces are converted to “+” symbols, but no special characters are encoded. |
Attributes | |
attributeValue | Source Codeshared actual String attributeValue The attribute value. |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: AttributeValueProvider |