ContentReadAsStream Method
Serialize the HTTP content and return a stream that represents the content.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Stream ReadAsStream()

Return Value

Type: Stream
Serialized stream that represents the content
See Also