HtmlDocument::DefaultEncoding Property

 

Gets the encoding used by default for the current document.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ DefaultEncoding {
	String^ get();
}

Property Value

Type: System::String^

The String representing the encoding that the browser uses when the page is first displayed.

The default encoding is the encoding the managed HTML Document Object Model (DOM) will attempt to use when the page is initially loaded. This encoding is derived either from Internet Explorer's Encoding settings, or from a META tag embedded within the page.

.NET Framework
Available since 2.0
Return to top
Show: