Version 87.1.132
Initializes a new instance of the HtmlString class.
Namespace:
CefSharp.Web
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public 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