日期:2014-05-18  浏览次数:20477 次

MVC中使用Iframe
请问MVC中Index.cshtml这种页面可否用 @Html.ActionLink这种方式通过超链接实现在Iframe中显示!请各位高手给予指教!谢谢!

------解决方案--------------------
Html.RenderPartial
------解决方案--------------------
@Html.ActionLink("AA", "Index", null, new { target = "iframeName" })