Swap straight quotes for curly quotes (#28206)
parent
4708183bd9
commit
3c7c3e8178
|
@ -678,7 +678,7 @@ For more information, see the following API resources:
|
||||||
|
|
||||||
In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read.
|
In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read.
|
||||||
|
|
||||||
:::moniker range=“= aspnetcore-5.0”
|
:::moniker range="= aspnetcore-5.0"
|
||||||
|
|
||||||
<xref:Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions> allows configuring file upload characteristics for Blazor Server.
|
<xref:Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions> allows configuring file upload characteristics for Blazor Server.
|
||||||
|
|
||||||
|
@ -692,7 +692,7 @@ In Blazor WebAssembly, file data is streamed directly into the .NET code within
|
||||||
|
|
||||||
:::zone-end
|
:::zone-end
|
||||||
|
|
||||||
:::moniker range=“>= aspnetcore-6.0"
|
:::moniker range=">= aspnetcore-6.0"
|
||||||
|
|
||||||
## Upload image preview
|
## Upload image preview
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue