DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Browser
IBrowserSettings Interface
IBrowserSettings Properties
AllowJavaScriptAccessClipboard Property
AllowLoadingImagesAutomatically Property
AllowRunningInsecureContent Property
AllowScriptsToCloseWindows Property
DefaultBackgroundColor Property
DefaultEncoding Property
DefaultFontSize Property
ImagesEnabled Property
JavaScriptEnabled Property
LocalStorageEnabled Property
OverscrollHistoryNavigationEnabled Property
PluginsEnabled Property
PreferredColorScheme Property
ScrollbarsHidden Property
TransparentBackgroundEnabled Property
WebRtcIpHandlingPolicy Property
IBrowserSettings
DefaultEncoding Property
Gets or sets the default text encoding.
Namespace:
DotNetBrowser.Browser
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
string
DefaultEncoding
{
get
;
set
; }
Property Value
Type:
String
The default text encoding.
Exceptions
Exception
Condition
ObjectDisposedException
The
IBrowserSettings
has already been disposed.
ConnectionClosedException
The connection to the Chromium engine is closed.
See Also
Reference
IBrowserSettings Interface
DotNetBrowser.Browser Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.