MultipartFormDataContent constructor
init
Initializes a new instance of the MultipartFormDataContent
class.
def __init__(self):
...
init
Initializes a new instance of the MultipartFormDataContent
class.
def __init__(self, boundary):
...
Parameter | Type | Description |
---|---|---|
boundary | str | The boundary. |
See Also
- module
aspose.html.net
- class
MultipartFormDataContent