public class FormUrlEncodedContent extends ByteArrayContent
A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
DEFAULT_HTTP_ENCODING, DEFAULT_STRING_ENCODING
Constructor and Description |
---|
FormUrlEncodedContent(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.html.internal.ms.System.Collections.Generic.KeyValuePair<String,String>> nameValueCollection)
Initializes a new instance of the
FormUrlEncodedContent class. |
dispose, getHeaders, readAsByteArray, readAsStream, readAsString
public FormUrlEncodedContent(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.html.internal.ms.System.Collections.Generic.KeyValuePair<String,String>> nameValueCollection)
Initializes a new instance of the FormUrlEncodedContent
class.
nameValueCollection
- The name value collection.