Click or drag to resize

HtmlString Constructor

Version 130.1.90
Initializes a new instance of the HtmlString class.

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

Parameters

html  String
raw html string (not already encoded)
base64Encode  Boolean  (Optional)
if true the html string will be base64 encoded using UTF8 encoding.
charSet  String  (Optional)
if not null then charset will specified. e.g. UTF-8
See Also