Click or drag to resize

JsonString Constructor

Version 94.4.20
Default constructor

Namespace:  CefSharp.Web
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public JsonString(
	string json
)

Parameters

json
Type: SystemString
JSON string
See Also