Click or drag to resize

HtmlString Constructor

Version 75.1.140
Initializes a new instance of the HtmlString class.

Namespace:  CefSharp.Web
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public HtmlString(
	string html,
	bool base64Encode = false
)

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.
See Also