Created
August 3, 2022 04:27
-
-
Save ritacse/28fce27cbc5eadd4ef4170c0496ee931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///in controller add version using any number: | |
public ActionResult Survey() | |
{ | |
ViewBag.version = DateTime.Now.ToString("yymmddHH"); | |
return View(); | |
} | |
//// in html page add version with js file name: | |
<script src="~/Assets/lib/CommonUI/js/BIDA/[email protected]"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment