共用方式為


DotNetDispatcher.ReceiveByteArray(JSRuntime, Int32, Byte[]) 方法

定義

接受從 JS 傳輸到 DotNet 的位元組陣列資料。

public static void ReceiveByteArray (Microsoft.JSInterop.JSRuntime jsRuntime, int id, byte[] data);
static member ReceiveByteArray : Microsoft.JSInterop.JSRuntime * int * byte[] -> unit
Public Shared Sub ReceiveByteArray (jsRuntime As JSRuntime, id As Integer, data As Byte())

參數

jsRuntime
JSRuntime

JSRuntime

id
Int32

要傳輸之位元組陣列的識別碼。

data
Byte[]

要從 JS 傳輸的位元組陣列。

適用於