EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
0 sur 1 ont trouvé cela utile - Évaluez ce sujet

WebBrowser.InvokeScript Method (String)

May 02, 2013

Executes a scripting function defined in the currently loaded document.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public Object InvokeScript(
	string scriptName
)

Parameters

scriptName
Type: System.String
The scripting function to execute.

Return Value

Type: System.Object
Returns String.
The value returned by the scripting function.

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.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.