Hi im quite new to MVC 5 but not .net c#
im having a issue with @Html.ActionLink
the links keep adding 'Length=10' on the end
this is my link
@Html.ActionLink("Reporting", "Reporting", "MenuRouter", new { @class = "Reporting" }, new { hidefocus = "hidefocus" })
Iv tried moving things about and I still get the 'Length=10' on the end
any help Thanks Tim