Response RawContent Property C# API
Gets the raw content of this Response. If the content is expected to be text, then you should use Content instead of this property.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public byte[] RawContent { get; }

Field Value

The content of this Response as a byte array.
See Also