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

MVC 添加JS,CSS等版本标签

时间:2017-11-20 13:24:13      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:sheet   html   version   tag   sts   core   添加   and   www   

在cshtml文件标签中添加 asp-append-version="true" 

<img src="~/images/codedigestlogo.png" asp-append-version="true"/>
<script src="~/js/site.js" asp-append-version="true"></script>
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />

参见文档 : http://www.codedigest.com/posts/21/understanding-tag-helpers-in-aspnet-core-mvc

MVC 添加JS,CSS等版本标签

标签:sheet   html   version   tag   sts   core   添加   and   www   

原文地址:http://www.cnblogs.com/fengqiaoyebo/p/7865236.html

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