gpt4 book ai didi

asp.net-mvc-3 - 如何在MVC3中向Iframe的src属性提供html文件的路径

转载 作者:行者123 更新时间:2023-12-02 02:15:03 25 4
gpt4 key购买 nike

我在提供 IFrame src 的路径时遇到问题。

我已将 html 文件保存在同一目录中。但我仍然不明白

我是这样写的:

  <iframe id="iframe" frameborder="0" src="Dancing.htm" style="width: 100%; height: 700px;"></iframe>

但是它给了我错误,因为资源未找到但是如果我编写一个 View (.cshtml)页面而不是HTM页面,它会正确加载,我不明白为什么会发生这种情况

请帮助我。

最佳答案

您必须从 Views 文件夹中找到您的 *.html 文件。

创建 HTML 文件夹并将 Dancing.htm 文件复制到该文件夹​​

/HTML/Dancing.htm
<小时/>
<iframe id="iframe" frameborder="0" src="@Url.Content("~/HTML/Dancing.htm")" style="width: 100%; height: 700px;"></iframe>

关于asp.net-mvc-3 - 如何在MVC3中向Iframe的src属性提供html文件的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10292297/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com