ByteArrayContent Constructor
Initializes a new instance of the ByteArrayContent class.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ByteArrayContent(
	byte[] content
)

Parameters

content
Type: SystemByte
The content.
See Also