HtmlString Conversion (String to HtmlString) |
Version 130.1.90
HtmlString that will be base64 encoded
Namespace: CefSharp.WebAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static explicit operator HtmlString (
string html
)
static explicit operator HtmlString^ (
String^ html
)
Parameters
- html String
- raw html (not already encoded)
Return Value
HtmlString[Missing <returns> documentation for "M:CefSharp.Web.HtmlString.op_Explicit(System.String)~CefSharp.Web.HtmlString"]
See Also