Let\'s say I have a class
public class ItemController:Controller { public ActionResult Login(int id) { return View(\"Hi\", id); } }
what about this
<%=Html.ActionLink("Get Involved", "Show", "Home", new { id = "GetInvolved" }, new { @class = "menuitem", id = "menu_getinvolved" } )%>