Skip to content

Commit d44c4e8

Browse files
authored
Add additional version segments (#35679)
1 parent bda8bae commit d44c4e8

File tree

1 file changed

+7
-7
lines changed
  • aspnetcore/release-notes/aspnetcore-10/includes

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
We've added and updated the Blazor Web App security samples linked in the following articles:
44

5-
* <xref:blazor/security/blazor-web-app-oidc>
6-
* <xref:blazor/security/blazor-web-app-entra>
7-
* <xref:blazor/security/blazor-web-app-windows-authentication>
5+
* <xref:blazor/security/blazor-web-app-oidc?view=aspnetcore-10.0>
6+
* <xref:blazor/security/blazor-web-app-entra?view=aspnetcore-10.0>
7+
* <xref:blazor/security/blazor-web-app-windows-authentication?view=aspnetcore-10.0>
88

99
All of our OIDC and Entra sample solutions now include a separate web API project (`MinimalApiJwt`) to demonstrate how to configure and call an external web API securely. Calling web APIs is demonstrated with a token handler and named HTTP client for an OIDC identity provider or Microsoft Identity Web packages/API for Microsoft Entra ID.
1010

@@ -75,7 +75,7 @@ public class CustomNavLink : NavLink
7575
}
7676
```
7777

78-
For more information, see <xref:blazor/fundamentals/routing#navlink-component>.
78+
For more information, see <xref:blazor/fundamentals/routing?view=aspnetcore-10.0#navlink-component>.
7979

8080
### Close `QuickGrid` column options
8181

@@ -391,7 +391,7 @@ The <xref:Microsoft.AspNetCore.Components.NavigationManager> now includes a `Not
391391

392392
* **Static server-side rendering (static SSR)**: Calling `NotFound` sets the HTTP status code to 404.
393393
* **Streaming rendering**: Throws an exception if the response has already started.
394-
* **Interactive rendering**: Signals the Blazor router ([`Router` component](xref:blazor/fundamentals/routing#route-templates)) to render Not Found content.
394+
* **Interactive rendering**: Signals the Blazor router ([`Router` component](xref:blazor/fundamentals/routing?view=aspnetcore-10.0#route-templates)) to render Not Found content.
395395

396396
Per-page/component rendering support is planned for Preview 5 in June, 2025.
397397

@@ -415,10 +415,10 @@ Blazor now provides an improved way to display a "Not Found" page when navigatin
415415

416416
The Blazor project template now includes a `NotFound.razor` page by default. This page automatically renders whenever `NavigationManager.NotFound` is called in your app, making it easier to handle missing routes with a consistent user experience.
417417

418-
For more information, see <xref:blazor/fundamentals/routing#not-found-responses>.
418+
For more information, see <xref:blazor/fundamentals/routing?view=aspnetcore-10.0#not-found-responses>.
419419

420420
### Metrics and tracing
421421

422422
This release introduces comprehensive metrics and tracing capabilities for Blazor apps, providing detailed observability of the component lifecycle, navigation, event handling, and circuit management.
423423

424-
For more information, see <xref:blazor/performance/index#metrics-and-tracing>.
424+
For more information, see <xref:blazor/performance/index?view=aspnetcore-10.0#metrics-and-tracing>.

0 commit comments

Comments
 (0)