PresenterControl2.RunJavascriptInternal(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 RunJavascriptInternal (string script, string frame, string actionCallName = default);
abstract member RunJavascriptInternal : string * string * string -> obj
override this.RunJavascriptInternal : string * string * string -> obj
Public Function RunJavascriptInternal (script As String, frame As String, Optional actionCallName As String = Nothing) As Object
Parameters
- script
- String
- frame
- String
- actionCallName
- String