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 was archived by the owner on Dec 14, 2018. It is now read-only.
When i'm inside a razor view generated from an action outside of an area and I want to add a link to an action within an area I need to do the following: <a asp-action="Other" asp-route-area="Bug">taghelper</a>
Given that we have asp-action and asp-controller tag helpers, we should also have an asp-area taghelpers as they are a first class concept in the framework
The text was updated successfully, but these errors were encountered:
When i'm inside a razor view generated from an action outside of an area and I want to add a link to an action within an area I need to do the following:
<a asp-action="Other" asp-route-area="Bug">taghelper</a>
Given that we have asp-action and asp-controller tag helpers, we should also have an asp-area taghelpers as they are a first class concept in the framework
The text was updated successfully, but these errors were encountered: