Swap straight quotes for curly quotes (#28206)

pull/28207/head
Luke Latham 2023-01-26 16:19:59 -05:00 committed by GitHub
parent 4708183bd9
commit 3c7c3e8178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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