资源简介
基于asp.net mvc的开源网站管理系统 包含了jquery,bootstrap,ueditor......等众多开源项目实例
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace MvcApplication
{
// 注意: 有关启用 IIS6 或 IIS7 经典模式的说明,
// 请访问 http://go.microsoft.com/?linkId=9394801
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
AreaRegistration.RegisterAllAreas();
WebApiConfig.Register(GlobalConfiguration.Configuration);
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
AuthConfig.RegisterAuth();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 110 2018-06-20 15:26 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\asp.net免费源码下载.url
....... 980 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\App_Start\AuthConfig.cs
....... 2132 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\App_Start\BundleConfig.cs
....... 268 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\App_Start\FilterConfig.cs
....... 584 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\App_Start\RouteConfig.cs
....... 464 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\App_Start\WebApiConfig.cs
....... 587 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\AdminAreaRegistration.cs
....... 888 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Controllers\AccountController.cs
....... 597 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Controllers\HomeController.cs
....... 6485 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Account\Edit.cshtml
....... 8948 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Account\Index.cshtml
....... 3205 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Account\Login.cshtml
....... 3240 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Account\Register.cshtml
....... 2808 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Account\ResetPwd.cshtml
....... 11160 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Home\Center.cshtml
....... 8354 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Home\Help.cshtml
....... 99 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Home\Index.cshtml
....... 326 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Shared\_footer.cshtml
....... 3407 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Shared\_Layout.cshtml
....... 3272 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Shared\_SiderMenu.cshtml
....... 276 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Shared\_top.cshtml
....... 2833 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\Areas\Admin\Views\Web.config
....... 105528 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\Antlr3.Runtime.dll
....... 39936 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.AspNet.dll
....... 80388 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.AspNet.xm
....... 219136 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.Core.dll
....... 572874 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.Core.xm
....... 17920 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.OAuth.Consumer.dll
....... 24771 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.OAuth.Consumer.xm
....... 55808 2013-09-20 12:13 kuiyu-Asp.Net-Mvc-WebManger-master\Asp.Net-Mvc-WebManger\MvcApplication\bin\DotNetOpenAuth.OAuth.dll
............此处省略897个文件信息
- 上一篇:Visifire破解版
- 下一篇:ASP.NET的图书馆管理系统网站
评论
共有 条评论