分离js

<script src="@ViewBag.ThisDoman/Scripts/SubstrateBinding/DoPrint.js?Version=@ViewBag.Version"></script>

BaseController :          protected string thisDoman = ConfigurationManager.AppSettings["thisDoamin"];
                protected string Version = DateTime.Now.ToString("yyyyMMddHHmmssfffffff");

 ViewBag.Version = Version;
ViewBag.thisDoman = thisDoman;

 

    <add key="thisDoamin" value="http://localhost:59391" />

posted @ 2021-04-22 09:38  牧夫座  阅读(41)  评论(0编辑  收藏  举报