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
Is LinkGenerator compatible with .AddMvc(options => options.EnableEndpointRouting = false) in .NET 6 core?
I'm not sure how to DI IUrlHelper, and anyone I've seen asking this question gets directed to use LinkGenerator, but as far as I can tell from troubleshooting quite a bit, I don't think it's compatible with legacy MVC projects using EnableEndpointRouting=false.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is LinkGenerator compatible with
.AddMvc(options => options.EnableEndpointRouting = false)
in .NET 6 core?I'm not sure how to DI IUrlHelper, and anyone I've seen asking this question gets directed to use LinkGenerator, but as far as I can tell from troubleshooting quite a bit, I don't think it's compatible with legacy MVC projects using EnableEndpointRouting=false.
Beta Was this translation helpful? Give feedback.
All reactions