MultipartFormDataContent class
MultipartFormDataContent class
Represent content for multipart/form-data encoding algorithm
Inheritance: MultipartFormDataContent →
MultipartContent →
Content
The MultipartFormDataContent type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the MultipartFormDataContent class. |
| init | Initializes a new instance of the MultipartFormDataContent class. |
Properties
| Property | Description |
|---|---|
| headers | Gets the HTTP content headers. |
Methods
| Method | Description |
|---|---|
| add | Add the content to the MultipartFormDataContent class |
| add | Add the content to the MultipartFormDataContent class with field name parameter |
| add | Add the content to the MultipartFormDataContent class with field and file name parameter |
| read_as_stream | Serialize the HTTP content and return a stream that represents the content. |
| read_as_byte_array | Serialize the HTTP content and return a byte array that represents the content. |
| read_as_string | Serialize the HTTP content and return a string that represents the content. |
See Also
- module
aspose.html.net - class
Content - class
MultipartContent - class
MultipartFormDataContent