Table of Contents
WebViewExtensions.EvalScriptAsync Method
Overload List
Name Description
static Task<T> EvalScriptAsync(WebView, string, string); Asynchronously Execute JavaScript code in a frame and returns the result value.
static Task EvalScriptAsync(WebView, string, string); Asynchronously Execute JavaScript code in a frame without returning the result value.
See Also