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