add method
add
Add the content to the MultipartFormDataContent class
def add(self, content):
...
| Parameter | Type | Description |
|---|---|---|
| content | Content | The content. |
add
Add the content to the MultipartFormDataContent class with field name parameter
def add(self, content, name):
...
| Parameter | Type | Description |
|---|---|---|
| content | Content | The content. |
| name | str | The field name. |
add
Add the content to the MultipartFormDataContent class with field and file name parameter
def add(self, content, name, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| content | Content | The content. |
| name | str | The field name. |
| file_name | str | The file name. |
See Also
- module
aspose.html.net - class
MultipartFormDataContent