嗨,我正在尝试将查询字符串传递给链接,我已经这样写了:
@Html.ActionLink(subcategory,"Index" , "Products" , new { category = subcategory})
我写它的方式我收到了这个,它似乎不识别actionName:
http://localhost:2100/?Length=8
如果我删除 new { category = subcategory} 我得到这个:
http://localhost:2100/Products
我希望 ActionLInk 做的是返回如下内容:
http://localhost:2100/Products/Index?substring=9