Partager via


DotNetDispatcher.Invoke(JSRuntime, DotNetInvocationInfo, String) Méthode

Définition

Reçoit un appel de JS vers .NET, localisant et appelant la méthode spécifiée.

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

Paramètres

jsRuntime
JSRuntime

L’JSRuntimeopérateur

invocationInfo
DotNetInvocationInfo

L’DotNetInvocationInfoopérateur

argsJson
String

Représentation JSON des paramètres.

Retours

Représentation JSON de la valeur de retour, ou null.

S’applique à