Version 86.0.240 
            Initializes a new instance of the HtmlString class.
            
 
    Namespace: 
   CefSharp.Web
    Assembly:
   CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
 Syntax
Syntaxpublic HtmlString(
	string html,
	bool base64Encode = false,
	string charSet = null
)
public:
HtmlString(
	String^ html, 
	bool base64Encode = false, 
	String^ charSet = nullptr
)
Parameters
- html
- Type: SystemString
 raw html string (not already encoded)
- base64Encode (Optional)
- Type: SystemBoolean
 if true the html string will be base64 encoded using UTF8 encoding.
- charSet (Optional)
- Type: SystemString
 if not null then charset will specified. e.g. UTF-8
 See Also
See Also