From e5e37629c43d3b94b3cfec9216d97e068665d6f9 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 16 Aug 2021 05:33:51 -0500 Subject: [PATCH] Update API cross-reference --- aspnetcore/blazor/file-uploads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/file-uploads.md b/aspnetcore/blazor/file-uploads.md index 2912d614f113..35d26507fa8b 100644 --- a/aspnetcore/blazor/file-uploads.md +++ b/aspnetcore/blazor/file-uploads.md @@ -369,7 +369,7 @@ In Blazor WebAssembly, file data is streamed directly into the .NET code within ::: zone pivot="server" -In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read from the stream. allows configuring file upload characteristics for Blazor Server. +In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read from the stream. `Microsoft.AspNetCore.Components.Server.Circuits.RemoteJSDataStream` allows configuring file upload characteristics for Blazor Server. ::: zone-end