Click or drag to resize

WebBrowserExtensionsEncodeScriptParam Property

Version 102.0.100
Function used to encode the params passed to [!:ExecuteScriptAsync(IWebBrowser, string, object[])], [!:EvaluateScriptAsync(IWebBrowser, string, object[])] and [!:EvaluateScriptAsync(IWebBrowser, TimeSpan?, string, object[])] Provide your own custom function to perform custom encoding. You can use your choice of JSON encoder here if you should so choose.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public static Func<string, string> EncodeScriptParam { get; set; }

Property Value

Type: FuncString, String
A function delegate that yields a string.
See Also