I can use <a href='/Area/Controller/action'> </a> in asp.net vnext, but just want to know if we can use tag helpers like <a asp-controller="ControllerName" asp-action="ActionName" asp-area="AreaName"> to redirect to a specific file in that area.
Can someone tell me how to redirect a file to an area using helper tags.?
source share