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