码迷,mamicode.com
首页 > Windows程序 > 详细

.net mvc 下显示wpf文件

时间:2020-07-14 17:58:20      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:file   load   iframe   scroll   alt   update   replace   http   border   

显示效果:

技术图片

 

 

 

 

 

 

代码:

前端代码:

<iframe style="height:600px;width:95%;" id="pdf" frameborder="0" scrolling="yes" frameborder="0" scrolling="yes">

</iframe>

 

 

js部分:

url=“~/UpdateFile/XXZL/76e63679-e8b8-4738-898b-00c95a5a5c8d.pdf”;

 $(‘#pdf‘).attr("src", url.replace("~",""));

.net mvc 下显示wpf文件

标签:file   load   iframe   scroll   alt   update   replace   http   border   

原文地址:https://www.cnblogs.com/pang572936554/p/13300270.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!