We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc5050 commit 05169c9Copy full SHA for 05169c9
src/Components/Components/src/Routing/Router.cs
@@ -154,7 +154,8 @@ public async Task SetParametersAsync(ParameterView parameters)
154
if (routeAttributes.Length == 0)
155
{
156
throw new InvalidOperationException($"The type {NotFoundPage.FullName} " +
157
- $"does not have a {typeof(RouteAttribu
+ $"does not have a {typeof(RouteAttribute).FullName} applied to it.");
158
+ }
159
}
160
161
if (!_onNavigateCalled)
0 commit comments