• 大小: 31.88M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: API  C#  web  实例  webapi  

资源简介

介绍搭建好的一个小的WebApi程序 

资源截图

代码片段和文件信息

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

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

     文件      85383  2019-02-13 13:25  TestWebApi\.vs\config\applicationhost.config

    ..A..H.    122880  2019-04-29 13:59  TestWebApi\.vs\TestWebApi\v15\.suo

     文件          0  2019-02-13 13:26  TestWebApi\.vs\TestWebApi\v15\Server\sqlite3\db.lock

     文件    1273856  2019-02-14 23:12  TestWebApi\.vs\TestWebApi\v15\Server\sqlite3\storage.ide

     文件      32768  2019-04-29 13:34  TestWebApi\.vs\TestWebApi\v15\Server\sqlite3\storage.ide-shm

     文件      28872  2019-04-29 13:34  TestWebApi\.vs\TestWebApi\v15\Server\sqlite3\storage.ide-wal

     文件     145532  2019-02-13 13:26  TestWebApi\packages\Antlr.3.4.1.9004\Antlr.3.4.1.9004.nupkg

     文件     102912  2013-02-22 08:43  TestWebApi\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll

     文件     431616  2013-02-22 08:43  TestWebApi\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.pdb

     文件     121137  2019-02-13 13:25  TestWebApi\packages\bootstrap.3.0.0\bootstrap.3.0.0.nupkg

     文件     120502  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\Content\bootstrap.css

     文件      97949  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\Content\bootstrap.min.css

     文件      14079  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.eot

     文件      63157  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.svg

     文件      29512  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.ttf

     文件      16448  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.woff

     文件      59250  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\scripts\bootstrap.js

     文件      28518  2013-09-13 16:05  TestWebApi\packages\bootstrap.3.0.0\content\scripts\bootstrap.min.js

     文件     215101  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Content\scripts\jquery-1.10.2-vsdoc.js

     文件     273990  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Content\scripts\jquery-1.10.2.js

     文件      94140  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Content\scripts\jquery-1.10.2.min.js

     文件     140036  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Content\scripts\jquery-1.10.2.min.map

     文件     240370  2019-02-13 13:26  TestWebApi\packages\jQuery.1.10.2\jQuery.1.10.2.nupkg

     文件       4001  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Tools\common.ps1

     文件       1332  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Tools\install.ps1

     文件     162404  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Tools\jquery-1.10.2.intellisense.js

     文件       1546  2013-09-13 11:57  TestWebApi\packages\jQuery.1.10.2\Tools\uninstall.ps1

     文件     156920  2016-12-06 15:09  TestWebApi\packages\Microsoft.ApplicationInsights.2.2.0\lib\net40\Microsoft.ApplicationInsights.dll

     文件     173089  2016-12-06 15:09  TestWebApi\packages\Microsoft.ApplicationInsights.2.2.0\lib\net40\Microsoft.ApplicationInsights.xml

     文件     188664  2016-12-06 15:09  TestWebApi\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll

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

评论

共有 条评论