91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 936KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-10
  • 語言: 其他
  • 標簽: webApi??

資源簡介

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?ProductStore
{
????//?Note:?For?instructions?on?enabling?IIS6?or?IIS7?classic?mode?
????//?visit?http://go.microsoft.com/?linkId=9394801

????public?class?WebApiApplication?:?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);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????12455??2013-06-20?06:49??description.html
?????文件????????1670??2013-06-20?06:49??description\offline.js
?????文件???????????0??2013-06-20?06:49??description\Combined.css
?????文件???????????0??2013-06-20?06:49??description\2f95808e-ca34-4249-88ff-44fabe33cdc0Combined.css
?????文件???????10483??2013-06-20?06:49??description\Galleries.css
?????文件????????1727??2013-06-20?06:49??description\Layout.css
?????文件???????71835??2013-06-20?06:49??description\Brand.css
?????文件????????3369??2013-06-20?06:49??description\iframedescription.css
?????文件???????60762??2013-06-20?06:49??description\webapi_crud01.png
?????文件???????47589??2013-06-20?06:49??description\webapi_crud02.png
?????文件???????71134??2013-06-20?06:49??description\webapi_crud03.png
?????文件???????14808??2013-06-20?06:49??license.rtf
?????目錄???????????0??2013-06-20?06:49??C#\.nuget\
?????文件?????????169??2013-06-20?06:49??C#\.nuget\NuGet.Config
?????文件??????630784??2013-06-20?06:49??C#\.nuget\NuGet.exe
?????文件????????7053??2013-06-20?06:49??C#\.nuget\NuGet.targets
?????文件????????1264??2013-06-20?06:49??C#\ProductStore.sln
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\App_Data\
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\App_Start\
?????文件????????2175??2013-06-20?06:49??C#\ProductStore\App_Start\BundleConfig.cs
?????文件?????????278??2013-06-20?06:49??C#\ProductStore\App_Start\FilterConfig.cs
?????文件?????????603??2013-06-20?06:49??C#\ProductStore\App_Start\RouteConfig.cs
?????文件?????????481??2013-06-20?06:49??C#\ProductStore\App_Start\WebApiConfig.cs
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\Content\
?????文件???????13944??2013-06-20?06:49??C#\ProductStore\Content\Site.css
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\Content\themes\
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\Content\themes\base\
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\Content\themes\base\images\
?????文件?????????180??2013-06-20?06:49??C#\ProductStore\Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png
?????文件?????????178??2013-06-20?06:49??C#\ProductStore\Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png
............此處省略110個文件信息

評論

共有 條評論