Freigeben über


MonoWebAssemblyJSRuntime.InvokeJS(String, String) Methode

Definition

Führt einen synchronen Funktionsaufruf aus.

protected:
 override System::String ^ InvokeJS(System::String ^ identifier, System::String ^ argsJson);
protected override string InvokeJS (string identifier, string argsJson);
override this.InvokeJS : string * string -> string
Protected Overrides Function InvokeJS (identifier As String, argsJson As String) As String

Parameter

identifier
String

Der Bezeichner für die aufzurufende Funktion.

argsJson
String

Eine JSON-Darstellung der Argumente.

Gibt zurück

Eine JSON-Darstellung des Ergebnisses.

Gilt für: