Click here to Skip to main content
15,886,963 members

Comments by J$ (Top 1 by date)

J$ 16-May-16 13:20pm View    
You probably have to use different overrides of @Html.ActionLink or @Url.Action since you no longer want to provide the controller name as an argument.

Can you post the actual code you're using to generate the action links?