CachedResponse CharEncoding Property C# API
Gets or sets the character encoding that is used to decode the data contained in this CachedResponse, for example "UTF-8".

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

public Encoding CharEncoding { get; set; }

Field Value

The value of the character encoding.
See Also