資源簡介
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??desc
?????文件????????1670??2013-06-20?06:49??desc
?????文件???????????0??2013-06-20?06:49??desc
?????文件???????????0??2013-06-20?06:49??desc
?????文件???????10483??2013-06-20?06:49??desc
?????文件????????1727??2013-06-20?06:49??desc
?????文件???????71835??2013-06-20?06:49??desc
?????文件????????3369??2013-06-20?06:49??desc
?????文件???????60762??2013-06-20?06:49??desc
?????文件???????47589??2013-06-20?06:49??desc
?????文件???????71134??2013-06-20?06:49??desc
?????文件???????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\ba
?????目錄???????????0??2013-06-20?06:49??C#\ProductStore\Content\themes\ba
?????文件?????????180??2013-06-20?06:49??C#\ProductStore\Content\themes\ba
?????文件?????????178??2013-06-20?06:49??C#\ProductStore\Content\themes\ba
............此處省略110個文件信息
評論
共有 條評論