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
The IUrlHelper interface is currently not injectable through the build-in DI system. This makes it so we have to revert to solutions like this or this. It would be extremely handy to just be able to inject a IUrlHelper into your own classes that always works (like in an email sender that needs links to views/pages).
The text was updated successfully, but these errors were encountered:
Eilon
added
the
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
label
Feb 25, 2019
The IUrlHelper interface is currently not injectable through the build-in DI system. This makes it so we have to revert to solutions like this or this. It would be extremely handy to just be able to inject a IUrlHelper into your own classes that always works (like in an email sender that needs links to views/pages).
The text was updated successfully, but these errors were encountered: