Update Blazor PreferExactMatches NOTE (#20954)

pull/20960/head
Luke Latham 2020-12-15 07:48:44 -06:00 committed by GitHub
parent e7d45297ae
commit a94660588e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
::: moniker range="= aspnetcore-5.0"
> [!NOTE]
> In ASP.NET Core 5.0.1 or later, not including 6.0, the `Router` component includes the `PreferExactMatches` parameter set to `true`. For more information, see <xref:migration/31-to-50#changes-to-blazor-app-routing-logic-in-501>.
> With the release of ASP.NET Core 5.0.1 and for any additional 5.x releases, the `Router` component includes the `PreferExactMatches` parameter set to `true`. For more information, see <xref:migration/31-to-50#changes-to-blazor-app-routing-logic-in-501>.
::: moniker-end