Click or drag to resize

WebBrowserExtensions Properties

Version 102.0.100

The WebBrowserExtensions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEncodeScriptParam
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.
Top
See Also