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號