Sdílet prostřednictvím


DotNetDispatcher.Invoke(JSRuntime, DotNetInvocationInfo, String) Metoda

Definice

Přijímá volání z JS do .NET, vyhledání a vyvolání zadané metody.

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

Parametry

jsRuntime
JSRuntime

Hodnota JSRuntime

argsJson
String

Reprezentace parametrů ve formátu JSON

Návraty

Reprezentace návratové hodnoty ve formátu JSON nebo null

Platí pro