• 大小: 20.13M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: ASP
  • 标签: MVC  C#  

资源简介


资源截图

代码片段和文件信息

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 MvcIdentity
{
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1266  2014-03-17 09:47  MvcIdentity\MvcIdentity\App_Start\BundleConfig.cs

     文件        279  2014-03-17 09:47  MvcIdentity\MvcIdentity\App_Start\FilterConfig.cs

     文件        604  2014-03-17 09:47  MvcIdentity\MvcIdentity\App_Start\RouteConfig.cs

     文件       1408  2014-03-17 09:47  MvcIdentity\MvcIdentity\App_Start\Startup.Auth.cs

    .......    102912  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Antlr3.Runtime.dll

    .......   5062304  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Entityframework.dll

    .......    580768  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Entityframework.SqlServer.dll

    .......     80032  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.AspNet.Identity.Core.dll

    .......     42656  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.AspNet.Identity.Entityframework.dll

    .......     21152  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.AspNet.Identity.Owin.dll

    .......     93360  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.dll

    .......    148656  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Host.SystemWeb.dll

    .......     29872  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.Cookies.dll

    .......     50352  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.dll

    .......     33456  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.Facebook.dll

    .......     39600  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.Google.dll

    .......     34480  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.MicrosoftAccount.dll

    .......     70832  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.OAuth.dll

    .......     43184  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Owin.Security.Twitter.dll

    .......     45416  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Microsoft.Web.Infrastructure.dll

    .......    430592  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Newtonsoft.Json.dll

    .......      4608  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\Owin.dll

    .......    139472  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.Helpers.dll

    .......    538320  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.Mvc.dll

    .......     70864  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.Optimization.dll

    .......    271056  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.Razor.dll

    .......     41680  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.WebPages.Deployment.dll

    .......    207568  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.WebPages.dll

    .......     39632  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\System.Web.WebPages.Razor.dll

    .......   1276568  2014-03-17 09:47  MvcIdentity\MvcIdentity\bin\WebGrease.dll

............此处省略526个文件信息

评论

共有 条评论