Form CharEncoding Property C# API
Gets or sets the character encoding to use when interpreting this Form.

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

public override Encoding CharEncoding { get; set; }

Field Value

The character encoding to use when interpreting this Form.
Remarks

Usually, the character encoding will be set automatically when the form is extracted from a Response using the ExtractForm(Int32) method.
See Also