Click or drag to resize

JsonString Constructor

Version 98.1.210
Default constructor

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

Parameters

json
Type: SystemString
JSON string
See Also