【发布时间】:2018-08-06 11:00:27
【问题描述】:
我在 MVC 中工作,我正在尝试从网络服务器预览 pdf,但它显示错误:
不允许加载本地资源:file://web-server/images/1324/Sample%20Document.pdf
<iframe src="@Model.urlpath" width="650" height="350" style="border: 1px solid #ccc; margin:10px 5px !important;"></iframe>
我正在尝试获取从 Web 服务器到本地应用程序的 url 路径
【问题讨论】:
-
@Model.urlpath中包含什么 URL 字符串?如果知道 URL 字符串,问题应该很容易解决。
标签: asp.net-mvc iframe