Response ResetCharEncoding Method C# API
Resets the character encoding that is used to decode the data contained in this Response. This will force the character encoding to be re-calculated, using the methods described in SetCharEncoding(String).

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

public void ResetCharEncoding()
See Also