MVC中使用Iframe
请问MVC中Index.cshtml这种页面可否用 @Html.ActionLink这种方式通过超链接实现在Iframe中显示!请各位高手给予指教!谢谢!
[解决办法]
Html.RenderPartial
[解决办法]
@Html.ActionLink("AA", "Index", null, new { target = "iframeName" })
发布时间: 2012-04-26 14:01:31 作者: rapoo
MVC中使用Iframe
请问MVC中Index.cshtml这种页面可否用 @Html.ActionLink这种方式通过超链接实现在Iframe中显示!请各位高手给予指教!谢谢!
[解决办法]
Html.RenderPartial
[解决办法]
@Html.ActionLink("AA", "Index", null, new { target = "iframeName" })