This topic has not yet been rated - Rate this topic

WebBrowser.InvokeScript Method

Windows Phone

March 22, 2012

Executes a scripting function defined in the currently loaded document.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method InvokeScript(String) Executes a scripting function defined in the currently loaded document.
Public method InvokeScript(String, String[]) Executes a scripting function defined in the currently loaded document, and passes the function an array of string parameters.
Top

Script is turned off in the WebBrowser control by default. Set the IsScriptEnabled property to true if you want to enable scripting in your control.

Did you find this helpful?
(1500 characters remaining)