Skip to content

Commit 5911969

Browse files
committed
Updates
1 parent 428f8c9 commit 5911969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/blazor/fundamentals/routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Components support multiple route templates using multiple [`@page` directives](
187187
188188
:::moniker range="< aspnetcore-6.0"
189189

190-
The <xref:Microsoft.AspNetCore.Components.Routing.Router> doesn't interact with query string values. To work with query strings, see the [Query strings](#query-strings) section.
190+
The <xref:Microsoft.AspNetCore.Components.Routing.Router> doesn't interact with query string values. To work with query strings, see [Query strings](xref:blazor/fundamentals/navigation#query-strings).
191191

192192
:::moniker-end
193193

@@ -451,7 +451,7 @@ When the [`OnInitialized{Async}` lifecycle method](xref:blazor/components/lifecy
451451
:::moniker range="< aspnetcore-6.0"
452452

453453
> [!NOTE]
454-
> Route parameters don't work with query string values. To work with query strings, see the [Query strings](#query-strings) section.
454+
> Route parameters don't work with query string values. To work with query strings, see [Query strings](xref:blazor/fundamentals/navigation#query-strings).
455455
456456
:::moniker-end
457457

@@ -484,7 +484,7 @@ In the following example, the route to the `User` component only matches if:
484484
:::moniker range="< aspnetcore-5.0"
485485

486486
> [!NOTE]
487-
> Route constraints don't work with query string values. To work with query strings, see the [Query strings](#query-strings) section.
487+
> Route constraints don't work with query string values. To work with query strings, see [Query strings](xref:blazor/fundamentals/navigation#query-strings).
488488
489489
:::moniker-end
490490

0 commit comments

Comments
 (0)