File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
AbpCompanyName.AbpProjectName.WebMpa/Views/Shared
AbpCompanyName.AbpProjectName.WebSpaAngular Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
@using System .Threading
2
2
@using System .Web .Optimization
3
+ @using Abp .Timing
3
4
<!DOCTYPE html>
4
5
<html lang =" en" >
5
6
<head >
50
51
51
52
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
52
53
<script src =" ~/api/AbpServiceProxies/GetAll" ></script >
53
- <script src =" ~/AbpScripts/GetScripts" type =" text/javascript" ></script >
54
+ <script src =" ~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks) " type =" text/javascript" ></script >
54
55
55
56
<!-- View specific scripts -->
56
57
@RenderSection( "scripts", required: false)
Original file line number Diff line number Diff line change 1
1
@using System .Threading
2
2
@using System .Web .Optimization
3
+ @using Abp .Timing
3
4
<!DOCTYPE html>
4
5
<html lang =" en" >
5
6
<head >
35
36
36
37
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
37
38
<script src =" ~/api/AbpServiceProxies/GetAll?type=angular" ></script >
38
- <script src =" ~/AbpScripts/GetScripts" type =" text/javascript" ></script >
39
+ <script src =" ~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks) " type =" text/javascript" ></script >
39
40
40
41
@Scripts.Render( "~/Bundles/App/Main/js")
41
42
Original file line number Diff line number Diff line change 1
- @*
1
+ @using Abp .Timing
2
+ @*
2
3
IMPORTANT NOTES FROM ASP.NET BOILERPLATE:
3
4
4
5
This _Layout.cshtml is not used actually. It's left here if you want to add some classic style (MPA)
65
66
66
67
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
67
68
<script src =" ~/api/AbpServiceProxies/GetAll" ></script >
68
- <script src =" ~/AbpScripts/GetScripts" type =" text/javascript" ></script >
69
+ <script src =" ~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks) " type =" text/javascript" ></script >
69
70
</head >
70
71
<body >
71
72
@RenderBody()
You can’t perform that action at this time.
0 commit comments