Click or drag to resize

IBrowserSettingsDefaultEncoding Property

Gets or sets the default text encoding.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
string DefaultEncoding { get; set; }

Property Value

Type: String
The default text encoding.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowserSettings has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also