• 大小: 2.47M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: MVC  实例  c  

资源简介

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\PetsStoreDatabase.mdf
     文件      851968  2011-03-23 22:34  PetsStore\App_Data\PetsStoreDatabase_log.LDF
     目录           0  2014-06-20 11:22  PetsStore\Content\
     文件        3640  2011-02-13 23:18  PetsStore\Content\Adminstyle.css
     目录           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个文件信息

评论

共有 条评论