共用方式為


MonoWebAssemblyJSRuntime.InvokeJS(String, String) 方法

定義

執行同步函式調用。

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

參數

identifier
String

要叫用之函式的識別碼。

argsJson
String

引數的 JSON 表示。

傳回

結果的 JSON 表示。

適用於