-api-id | -api-type |
---|---|
M:Windows.UI.Xaml.Controls.WebView.InvokeScript(System.String,System.String[]) |
winrt method |
Note
InvokeScript may be altered or unavailable for releases after Windows 8.1. Instead, use InvokeScriptAsync.
Executes the specified script function from the currently loaded HTML, with specific arguments.
The name of the script function to invoke.
A string array that packages arguments to the script function.
The result of the script invocation.
The invoked script can return only string values.