MVC ActionLink到另一个带ID的网站

时间:2016-05-30 15:12:36

标签: asp.net-mvc

在MVC中,您可以创建一个List页面,该页面从Model / DB中提取所有内容。

在所述列表的底部有链接,如下所示:

@Html.ActionLink("Edit", "Edit", new { id = item.id }) |

这引出了我的问题。我想知道如何制作一个与此类似的ActionLink,但它会重定向到另一个网站?

所以我。如果链接是http://something.com/Folder/Index?showId=x

其中X是通过我的网站点击的项目的ID。

看起来像这样:

@Html.ActionLink("Edit", "http://something.com/Folder/Index?showId=", new { id = item.id }) |

1 个答案:

答案 0 :(得分:0)

myObject.propertyIsEnumerable("a"); // --> true
Object.propertyIsEnumerable("toString"); // --> false