鉴于以下内容:
/MyController/MyAction/4
我如何在另一个控制者的行动中建立联系,以连接适当的地址?
如果是:
@Html.ActionLink("click", Url.Action(item.Link))
// where item.Link is where /MyController/MyAction/4 is stored
我得到一个与以下方面相似的联系:
www.localhost.com/CurrentController/CurrentController/MyController/MyAction/4
我不需要“主计长”部分(即,其中有两个部分——我认为,这是因为我正在做“Html”。 ActionLink and an Url.Action.
我如何获得适当的联系?