Returns a byte array containing the raw content that was downloaded from the server or read from the browser cache.
If you need to access textual content use the Text property instead as it automatically converts from the original text encoding into unicode characters.
For textual content the Encoding property indicates the format of the data returned by this property, e.g. ASCII, UTF8, etc.