WpfBrowser.RunScript(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public object RunScript (string sCommand, string frame, string actionCallName = default);
abstract member RunScript : string * string * string -> obj
override this.RunScript : string * string * string -> obj
Public Function RunScript (sCommand As String, frame As String, Optional actionCallName As String = Nothing) As Object
Parameters
- sCommand
- String
- frame
- String
- actionCallName
- String