-
大小: 2.69MB文件類型: .zip金幣: 2下載: 0 次發布日期: 2023-11-19
- 語言: C#
- 標簽: SQLASP.NET??
資源簡介
給制作商城網站的開發者提供購物車開發的思路,從代碼中獲取靈感

代碼片段和文件信息
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?MvcShoping
{
????//?注意:?有關啟用?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);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2808??2015-12-08?15:27??51Aspx源碼必讀.txt
?????目錄???????????0??2015-12-08?15:27??App_Data\
?????目錄???????????0??2015-12-08?14:31??App_Start\
?????文件????????2170??2015-09-23?09:03??App_Start\BundleConfig.cs
?????文件?????????276??2015-09-23?09:03??App_Start\FilterConfig.cs
?????文件?????????601??2015-09-23?09:03??App_Start\RouteConfig.cs
?????文件?????????479??2015-09-23?09:03??App_Start\WebApiConfig.cs
?????目錄???????????0??2015-12-08?14:31??Content\
?????文件????????1024??2015-09-23?09:03??Content\Site.css
?????目錄???????????0??2015-12-08?14:31??Content\themes\
?????目錄???????????0??2015-12-08?14:31??Content\themes\ba
?????目錄???????????0??2015-12-08?14:31??Content\themes\ba
?????文件?????????180??2015-09-23?09:03??Content\themes\ba
?????文件?????????178??2015-09-23?09:03??Content\themes\ba
?????文件?????????120??2015-09-23?09:03??Content\themes\ba
?????文件?????????105??2015-09-23?09:03??Content\themes\ba
?????文件?????????111??2015-09-23?09:03??Content\themes\ba
?????文件?????????110??2015-09-23?09:03??Content\themes\ba
?????文件?????????119??2015-09-23?09:03??Content\themes\ba
?????文件?????????101??2015-09-23?09:03??Content\themes\ba
?????文件????????4369??2015-09-23?09:03??Content\themes\ba
?????文件????????4369??2015-09-23?09:03??Content\themes\ba
?????文件????????4369??2015-09-23?09:03??Content\themes\ba
?????文件????????4369??2015-09-23?09:03??Content\themes\ba
?????文件????????4369??2015-09-23?09:03??Content\themes\ba
?????文件???????31316??2015-09-23?09:03??Content\themes\ba
?????文件????????1044??2015-09-23?09:03??Content\themes\ba
?????文件?????????269??2015-09-23?09:03??Content\themes\ba
?????文件????????1063??2015-09-23?09:03??Content\themes\ba
?????文件?????????637??2015-09-23?09:03??Content\themes\ba
?????文件????????2449??2015-09-23?09:03??Content\themes\ba
............此處省略160個文件信息
- 上一篇:C#晨曦超市管理系統
- 下一篇:ASP.NET超市收銀系統源碼
評論
共有 條評論