码迷,mamicode.com
首页 > Web开发 > 详细

MVC 访问静态资源

时间:2017-01-04 10:47:19      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:nbsp   color   system   dha   bsp   not   otf   ati   style   

 

在Web.config中设置httpHandlers 请求静态资源可以访问 

 

1 <httpHandlers>
2 <add verb="GET,HEAD,POST" path="*.html" type="System.Web.StaticFileHandler"/>
3 <add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
4 </httpHandlers>

 

MVC 访问静态资源

标签:nbsp   color   system   dha   bsp   not   otf   ati   style   

原文地址:http://www.cnblogs.com/BitchFace/p/6247443.html

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