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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
We declare an IUrlHelper in the base type and @Inject does not support overriding this via
new
. The url helper is used by RazorView.Href method.One possible work around is to consume IUrlHelper from RequestServices in the base type and inject it like IHtmlHelper and IViewComponentHelper.
Thoughts? @yishaigalatzer
Follow up to #789
The text was updated successfully, but these errors were encountered: