Open conficient opened 1 year ago
Blazor supports components with multiple @page directives (see docs).
@page
The BlazorRouteDiscovery class only supports a single RouteAttribute and thus throws an exception if more than one is defined.
BlazorRouteDiscovery
RouteAttribute
Blazor supports components with multiple
@page
directives (see docs).The
BlazorRouteDiscovery
class only supports a singleRouteAttribute
and thus throws an exception if more than one is defined.