【发布时间】:2013-06-29 13:31:21
【问题描述】:
如何在 page.ascx 文件中的 asp:Placeholder 中添加 index.ascx 文件或 index.html 文件? 我已经在 page.ascx 文件中引用了样式表、jquery 代码、脚本和 index.ascx 文件,如何将其放入占位符?
【问题讨论】:
标签: jquery html stylesheet placeholder
如何在 page.ascx 文件中的 asp:Placeholder 中添加 index.ascx 文件或 index.html 文件? 我已经在 page.ascx 文件中引用了样式表、jquery 代码、脚本和 index.ascx 文件,如何将其放入占位符?
【问题讨论】:
标签: jquery html stylesheet placeholder
使用
<%Html.RenderPartial();%>
【讨论】: