资源简介
mvc4 PetsStore微软实例源码下载
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace PetsStore
{
// 注意: 有关启用 IIS6 或 IIS7 经典模式的说明,
// 请访问 http://go.microsoft.com/?linkId=9394801
public class MvcApplication : System.Web.HttpApplication
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
}
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute(“{resource}.axd/{*pathInfo}“);
routes.MapRoute(
“Default“ // 路由名称
“{controller}/{action}/{id}“ // 带有参数的 URL
new { controller = “Home“ ac
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-06-20 11:22 PetsStore\
目录 0 2014-06-20 11:22 PetsStore\App_Data\
文件 2359296 2011-03-23 22:34 PetsStore\App_Data\PetsStoreDataba
文件 851968 2011-03-23 22:34 PetsStore\App_Data\PetsStoreDataba
目录 0 2014-06-20 11:22 PetsStore\Content\
文件 3640 2011-02-13 23:18 PetsStore\Content\Adminst
目录 0 2014-06-20 11:22 PetsStore\Content\Photos\
目录 0 2014-06-20 11:22 PetsStore\Content\Photos\Dogs\
文件 37192 2011-02-04 17:30 PetsStore\Content\Photos\Dogs\1.jpg
文件 29771 2011-02-04 17:31 PetsStore\Content\Photos\Dogs\10.jpg
文件 39056 2011-02-04 15:50 PetsStore\Content\Photos\Dogs\11.jpg
文件 10815 2011-02-04 15:49 PetsStore\Content\Photos\Dogs\12.jpg
文件 52163 2011-02-04 15:48 PetsStore\Content\Photos\Dogs\13.jpg
文件 42848 2011-02-04 17:30 PetsStore\Content\Photos\Dogs\2.jpg
文件 57289 2011-02-04 17:30 PetsStore\Content\Photos\Dogs\3.jpg
文件 26060 2011-02-04 17:30 PetsStore\Content\Photos\Dogs\4.jpg
文件 290377 2011-02-04 17:31 PetsStore\Content\Photos\Dogs\5.jpg
文件 267131 2011-02-04 17:31 PetsStore\Content\Photos\Dogs\6.jpg
文件 54683 2011-02-04 17:31 PetsStore\Content\Photos\Dogs\7.jpg
文件 117372 2011-02-04 17:31 PetsStore\Content\Photos\Dogs\8.jpg
文件 38508 2011-02-04 17:31 PetsStore\Content\Photos\Dogs\9.jpg
文件 897 2011-02-04 11:48 PetsStore\Content\Site.css
目录 0 2014-06-20 11:22 PetsStore\Content\images\
文件 3265 2011-02-04 10:16 PetsStore\Content\images\LogonBG.gif
文件 110592 2011-02-02 10:01 PetsStore\Content\images\Thumbs.db
文件 5746 2011-02-02 10:01 PetsStore\Content\images\about.gif
文件 17389 2011-02-04 23:25 PetsStore\Content\images\address.png
文件 595 2011-02-02 10:01 PetsStore\Content\images\banner.gif
文件 43 2011-02-02 10:01 PetsStore\Content\images\blank.gif
文件 1115 2011-02-02 10:01 PetsStore\Content\images\border.gif
文件 262 2011-02-02 10:01 PetsStore\Content\images\box_bottom.gif
............此处省略217个文件信息
- 上一篇:C# 根据鼠标位置读取句柄窗体为图片
- 下一篇:PHONE 手机端 蛋糕房系统
相关资源
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- dc竞赛房租处理数据
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- 第二代Kinect WPF开发从入门到精通资料
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- Focas V4.0 带说明
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- asp.net mvc 网上书店系统
评论
共有 条评论