Skip to content

Commit 15cae47

Browse files
guardrexCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 40a842f commit 15cae47

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

aspnetcore/blazor/components/virtualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The <xref:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize%601> com
276276

277277
:::moniker range=">= aspnetcore-11.0"
278278

279-
## Control viewport scroll position behavior when items are dynamically added
279+
## Control viewport scroll position behavior when items are dynamically added
280280

281281
<!-- UPDATE 11.0 - API cross-links -->
282282

aspnetcore/blazor/state-management/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Similar to the preceding example but when only simple read/write of a single val
379379
private void Submit()
380380
{
381381
Message = "Form submitted successfully!";
382-
NavigationManager.NavigateTo("/tempdata-example", forceLoad: true);
382+
NavigationManager.NavigateTo("/tempdata-example-2", forceLoad: true);
383383
}
384384
}
385385
```

aspnetcore/blazor/tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ For more information on template options, see the following resources:
624624

625625
## Service defaults library for Blazor WebAssembly apps
626626

627-
The `blazor-wasm-servicedefaults` project template creates a service default library for Blazor WebAssembly apps with .NET Aspire integration.
627+
The `blazor-wasm-servicedefaults` project template creates a service defaults library for Blazor WebAssembly apps with .NET Aspire integration.
628628

629629
The template features:
630630

aspnetcore/release-notes/aspnetcore-11/includes/blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Blazor WebAssembly apps can perform heavy computing on the client, but doing so
129129

130130
* The <xref:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize%601> component no longer assumes every item has the same height. The component now adapts to measured item sizes at runtime, which reduces incorrect spacing and scrolling when item heights vary. These updates include an update to the default value of <xref:Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize%601.OverscanCount%2A?displayProperty=nameWithType>, which was `3` in .NET 10 or earlier and now changes to `15` in .NET 11 or later. The change in default value increases the precision of average item height calculations.
131131

132-
For more information, see the *Item size* and *Overscan count* sections of <xref:blazor/components/virtualization?view=aspnetcore-11.0#item-size>.
132+
For more information, see the [*Item size* section](xref:blazor/components/virtualization?view=aspnetcore-11.0#item-size) and [*Overscan count* section](xref:blazor/components/virtualization?view=aspnetcore-11.0#overscan-count).
133133

134134
* Use the new `AnchorMode` parameter to control how the viewport behaves at list edges when items are dynamically added:
135135

@@ -149,7 +149,7 @@ Blazor WebAssembly apps can perform heavy computing on the client, but doing so
149149

150150
### New service defaults library project template for Blazor WebAssembly apps
151151

152-
The `blazor-wasm-servicedefaults` project template creates a service default library for Blazor WebAssembly apps with .NET Aspire integration. For more information, see <xref:blazor/tooling?view=aspnetcore-11.0#service-defaults-library-for-blazor-webassembly-apps>.
152+
The `blazor-wasm-servicedefaults` project template creates a service defaults library for Blazor WebAssembly apps with .NET Aspire integration. For more information, see <xref:blazor/tooling?view=aspnetcore-11.0#service-defaults-library-for-blazor-webassembly-apps>.
153153

154154
### New development server for Blazor WebAssembly apps
155155

0 commit comments

Comments
 (0)