| Package | Description |
|---|---|
| com.aspose.html.forms | |
| com.aspose.html.net |
| Modifier and Type | Method and Description |
|---|---|
Content |
SubmissionResult.getContent()
Gets the content of the response message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayContent
Represents content based on a byte array.
|
class |
FormUrlEncodedContent
A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.
|
class |
MultipartContent
Represents a multipart/* content.
|
class |
MultipartFormDataContent
Represent content for multipart/form-data encoding algorithm
|
class |
StreamContent
Represents content based on a stream.
|
class |
StringContent
Represents content based on a string.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
RequestMessage.getContent()
Gets or sets the request content.
|
Content |
ResponseMessage.getContent()
Gets or sets the response content.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerator<Content> |
MultipartContent.iterator()
Returns an enumerator that iterates through a collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartContent.add(Content content)
Add a new content to the
MultipartContent
|
void |
MultipartFormDataContent.add(Content content)
Add the content to the
MultipartFormDataContent class
|
void |
MultipartFormDataContent.add(Content content,
String name)
Add the content to the
MultipartFormDataContent class with field name parameter
|
void |
MultipartFormDataContent.add(Content content,
String name,
String fileName)
Add the content to the
MultipartFormDataContent class with field and file name parameter
|
void |
RequestMessage.setContent(Content value)
Gets or sets the request content.
|
void |
ResponseMessage.setContent(Content value)
Gets or sets the response content.
|