MultipartContent constructor
init
Create a new instance of the MultipartContent class.
def __init__(self):
...
init
Create a new instance of the MultipartContent class with subtype.
def __init__(self, subtype):
...
| Parameter | Type | Description |
|---|---|---|
| subtype | str | The subtype |
init
Create a new instance of the MultipartContent class with subtype and boundary.
def __init__(self, subtype, boundary):
...
| Parameter | Type | Description |
|---|---|---|
| subtype | str | The subtype |
| boundary | str | The boundary |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | The argument cannot be null or empty string. |
See Also
- module
aspose.html.net - class
MultipartContent