Поделиться через


DotNetDispatcher.Invoke(JSRuntime, DotNetInvocationInfo, String) Метод

Определение

Получает вызов из JS в .NET, поиск и вызов указанного метода.

public:
 static System::String ^ Invoke(Microsoft::JSInterop::JSRuntime ^ jsRuntime, Microsoft::JSInterop::Infrastructure::DotNetInvocationInfo % invocationInfo, System::String ^ argsJson);
public static string Invoke (Microsoft.JSInterop.JSRuntime jsRuntime, in Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo invocationInfo, string argsJson);
public static string? Invoke (Microsoft.JSInterop.JSRuntime jsRuntime, in Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo invocationInfo, string argsJson);
static member Invoke : Microsoft.JSInterop.JSRuntime * DotNetInvocationInfo * string -> string
Public Shared Function Invoke (jsRuntime As JSRuntime, ByRef invocationInfo As DotNetInvocationInfo, argsJson As String) As String

Параметры

jsRuntime
JSRuntime

JSRuntime.

argsJson
String

Представление параметров в формате JSON.

Возвращаемое значение

Представление возвращаемого значения в формате JSON или значение NULL.

Применяется к