Content.ReadAsByteArray
ReadAsByteArray()
Serialize the HTTP content and return a byte array that represents the content.
public byte[] ReadAsByteArray()
Return Value
Serialized byte array that represents the content
See Also
- class Content
- namespace Aspose.Html.Net
- assembly Aspose.HTML
ReadAsByteArray(CancellationToken)
Serialize the HTTP content and return a byte array that represents the content.
public byte[] ReadAsByteArray(CancellationToken cancellationToken)
| Parameter | Type | Description |
|---|---|---|
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
Serialized byte array that represents the content
See Also
- class Content
- namespace Aspose.Html.Net
- assembly Aspose.HTML