Tag: html.actionlink

如何将ActionLink参数与asp.net mvc 5中的routevalue一起发送到带有jquery的控制器

@Html.ActionLink(“mor info”,”CityInfo”,new{cityid = –getvalue()–},new {@class = “mbtn” }) 我希望使用Jquery在Dropdownlist CityId中获取Value,但我不能在RouteValue中使用JQuery函数 如何在Routevalue中使用JQuery函数? 或者如何在Controller中选择CityId和Send To Action?