Version 130.1.90
Initializes a new instance of the HtmlString class.
Namespace: CefSharp.WebAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public HtmlString(
string html,
bool base64Encode = false,
string charSet = null
)
public:
HtmlString(
String^ html,
bool base64Encode = false,
String^ charSet = nullptr
)
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