ContentReadAsByteArray Method |
Serialize the HTTP content and return a byte array that represents the content.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic byte[] ReadAsByteArray()
Public Function ReadAsByteArray As Byte()
public:
array<unsigned char>^ ReadAsByteArray()
member ReadAsByteArray : unit -> byte[]
Return Value
Type:
ByteSerialized byte array that represents the content
See Also