@using IwbZero.Setting @using ShwasherSys.Authorization.Permissions @{ ViewBag.ActiveMenu = PermissionNames.Pages; //The menu item will be active for this page. var systemName = SettingManager.GetSettingValue(SettingNames.AdminSystemName); int userType = AbpSession.UserType??0; } @section styles { @**@ }