다음을 통해 공유


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 표현입니다.

반환

반환 값 또는 null의 JSON 표현입니다.

적용 대상