【发布时间】:2014-04-07 22:19:14
【问题描述】:
以下是我的 Html.Actionlink
@Html.ActionLink("Change Team", "Edit", "UserPlayers", new { MatchId = ViewBag.MatchId, UserId = ViewBag.UserId })
当我运行应用程序时,我得到了这个
http://localhost:50013/UserPlayers/Edit?Length=11
作为链接。
我不知道“Length=11”是从哪里来的。
【问题讨论】:
标签: asp.net-mvc-4