Click or drag to resize

HtmlString  Conversion (String to HtmlString)

Version 99.2.120
HtmlString that will be base64 encoded

Namespace:  CefSharp.Web
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax
public static explicit operator HtmlString (
	string html
)

Parameters

html
Type: SystemString
raw html (not already encoded)

Return Value

Type: HtmlString

[Missing <returns> documentation for "M:CefSharp.Web.HtmlString.op_Explicit(System.String)~CefSharp.Web.HtmlString"]

See Also