请问MVC中Index.cshtml这种页面可否用 @Html.ActionLink这种方式通过超链接实现在Iframe中显示!请各位高手给予指教!谢谢!
------解决方案--------------------------------------------------------
Html.RenderPartial
------解决方案--------------------------------------------------------
@Html.ActionLink("AA", "Index", null, new { target = "iframeName" })