Skip to content

Commit 48344db

Browse files
Fixed #3579 - Missing using in startup template on _layout.cshtm (ASP.NET MVC 5.x +Multi Page Web Application)
1 parent 32965b0 commit 48344db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AbpCompanyName.AbpProjectName.WebMpa/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@using AbpCompanyName.AbpProjectName.Configuration
77
@using Abp.Dependency
88
@using Abp.Web.Mvc.Alerts
9+
@using Abp.Web.Mvc.Extensions
910
@{
1011
Layout = null;
1112
SetAntiForgeryCookie();

0 commit comments

Comments
 (0)