You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for contacting us. Due to no activity on this issue we're closing it in an effort to keep our backlog clean. If you believe there is a concern related to the ASP.NET Core framework, which hasn't been addressed yet, please file a new issue.
HomeController
Profile.cshtml
-- 2.2 with options.EnableEndpointRouting = false;
Direct to https://localhost:44353/profile/1234
Expected ActionLink Url: https://localhost:44353/purchases/1234
Actual ActionLink Url: https://localhost:44353/purchases/1234
-- 2.2 with options.EnableEndpointRouting = true;
Direct to https://localhost:44353/profile/1234
Expected ActionLink Url: https://localhost:44353/purchases/1234
Actual ActionLink Url: https://localhost:44353/profile/1234
-- 3.0
Direct to https://localhost:44353/profile/1234
Expected ActionLink Url: https://localhost:44353/purchases/1234
Actual ActionLink Url: https://localhost:44353/Home/Purchases
The text was updated successfully, but these errors were encountered: