資源簡介
Angle是一個后臺管理模板,它也支持以下應用開發:單頁應用(Single Page Application)、項目管理應用(Project Management System)、電子商務應用(E-Commerce Admin Dashboard)、CMS、CRM、SAAS、Help Desk,以及個人及商務應用開發。
該資源包包含以下模板項目包:
AngularJS 完整應用模板和空模板;
HTML5/jQuery 完整應用模板和空模板;
Material Design 完整應用模板和空模板;
ASP.NET MVC5/6 + AngularJS 完整應用模板和空模板;
ASP.NET M
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?Angle
{
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
評論
共有 條評論