你如何设置不同的端口
public static MvcHtmlString ActionLink(
this HtmlHelper htmlHelper,
string linkText,
string actionName,
string controllerName,
string protocol,
string hostName,
string fragment,
Object routeValues,
Object htmlAttributes
)
我的解决方案中有两个网页(mvc 3),据我所知,您不能将两者都放在同一个地址上(如果我在这里错了,请纠正我)。
如果我确实将此链接放在我的第一个网页中 @Html.ActionLink("WebPage2", "Index", "Controller", "http", "localhost:5928", null, null, null)
我得到如下网址:localhost:5928:5000 其中 5000 是我的第一个网页所在的端口