HtmlDocument::Encoding Property

 

Gets or sets the character encoding for this document.

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

public:
property String^ Encoding {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The String representing the current character encoding.

.NET Framework
Available since 2.0
Return to top
Show: