You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/fundamentals/routing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ Components support multiple route templates using multiple [`@page` directives](
187
187
188
188
:::moniker range="< aspnetcore-6.0"
189
189
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).
191
191
192
192
:::moniker-end
193
193
@@ -451,7 +451,7 @@ When the [`OnInitialized{Async}` lifecycle method](xref:blazor/components/lifecy
451
451
:::moniker range="< aspnetcore-6.0"
452
452
453
453
> [!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).
455
455
456
456
:::moniker-end
457
457
@@ -484,7 +484,7 @@ In the following example, the route to the `User` component only matches if:
484
484
:::moniker range="< aspnetcore-5.0"
485
485
486
486
> [!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).
0 commit comments