Blazor异常处理——AmbiguousMatchException: The request matched multiple endpoints
1 异常描述
An unhandled exception occurred while processing the request. AmbiguousMatchException: The request matched multiple endpoints. Matches: /Account/UserManagement (/Account/UserManagement) /Account/UserManagement (/Account/UserManagement) Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ReportAmbiguity(Span<CandidateState> candidateState)

2 原因
在代码中搜索关键字“/Account/UserManagement”, 发现有两处:@page "/Account/UserManagement"。


去掉后边这个文件中@page "/Account/UserManagement不当路由指定就可以了。
浙公网安备 33010602011771号