引用代码:

@Html.Action("Index", "BaseData", new { d = "variety" })

 

后台获取参数:

RouteData.Values["d"]

 

相关文章: