IBridgeCRMPresenter.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 v, string frameName, string actionCallName = default);
abstract member RunJavascriptInternal : string * string * string -> obj
Public Function RunJavascriptInternal (v As String, frameName As String, Optional actionCallName As String = Nothing) As Object
Parameters
- v
- String
- frameName
- String
- actionCallName
- String