首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

MVC中使用Iframe解决方法

2012-04-26 
MVC中使用Iframe请问MVC中Index.cshtml这种页面可否用 @Html.ActionLink这种方式通过超链接实现在Iframe中

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

[解决办法]
Html.RenderPartial
[解决办法]
@Html.ActionLink("AA", "Index", null, new { target = "iframeName" })

热点排行