Update Blazor PreferExactMatches NOTE (#20954)
parent
e7d45297ae
commit
a94660588e
|
@ -1,6 +1,6 @@
|
||||||
::: moniker range="= aspnetcore-5.0"
|
::: moniker range="= aspnetcore-5.0"
|
||||||
|
|
||||||
> [!NOTE]
|
> [!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
|
::: moniker-end
|
||||||
|
|
Loading…
Reference in New Issue