mvc导航配置
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<NavigationGroups>
<NavigationGroup name="menu" active="true">
<Navigations>
<Navigation name="Index" text="首页" controller="Home" action="Index">
<Navigations>
<Navigation text="家用电器" controller="Product" action="Category" param="1"/>
<Navigation text ="手机.数码" controller="Product" action="Category" param="2"/>
<Navigation text="居家商品" controller="Product" action="Category" param="3"/>
<Navigation text ="汽车用品" controller="Product" action="Category" param="4"/>
<Navigation text ="母婴.玩具.乐器" controller="Product" action="Category" param="5"/>
<Navigation text ="食品饮料.保健食品" controller="Product" action="Category" param="6"/>
<Navigation text ="彩票.旅游.充值.游戏" controller="Product" action="Category" param="7"/>
</Navigations>
</Navigation>
<Navigation name="Appliances" text="电器" controller="Product" action="Category" param="1">
<Navigations>
<Navigation text="电视" controller="Product" action="SubGategory" param="1" />
<Navigation text="冰箱" controller="Product" action="SubGategory" param="2"/>
<Navigation text="空调" controller="Product" action="SubGategory" param="3"/>
<Navigation text="洗衣机" controller="Product" action="SubGategory" param="4"/>
<Navigation text="影音设备" controller="Product" action="SubGategory" param="5" />
<Navigation text="热水器" controller="Product" action="SubGategory" param="6"/>
<Navigation text="厨房电器" controller="Product" action="SubGategory" param="7" />
</Navigations>
</Navigation>
<Navigation name="Digital" text="手机数码" controller="Product" action="Category" param="2">
<Navigations>
<Navigation text="手机" controller="Product" action="SubGategory" param="8"/>
<Navigation text="手机配件" controller="Product" action="SubGategory" param="9"/>
<Navigation text="电脑" controller="Product" action="SubGategory" param="10" />
<Navigation text="电脑配件" controller="Product" action="SubGategory" param="11"/>
<Navigation text="相机" controller="Product" action="SubGategory" param="12"/>
<Navigation text="相机配件" controller="Product" action="SubGategory" param="13" />
</Navigations>
</Navigation>
<Navigation name="Family" text="居家" controller="Product" action="Category" param="3">
<Navigations>
<Navigation text="家纺" controller="Product" action="SubGategory" param="14"/>
<Navigation text="家具" controller="Product" action="SubGategory" param="15"/>
<Navigation text="厨具" controller="Product" action="SubGategory" param="16"/>
<Navigation text="生活用品" controller="Product" action="SubGategory" param="17" />
<Navigation text="家装建材" controller="Product" action="SubGategory" param="18"/>
<Navigation text="宠物用品" controller="Product" action="SubGategory" param="19"/>
</Navigations>
</Navigation>
<Navigation name="Cars" text="汽车用品" controller="Product" action="Category" param="4">
<Navigations>
<Navigation text="汽车电器" controller="Product" action="SubGategory" param="20" />
<Navigation text="系统养护" controller="Product" action="SubGategory" param="21" />
<Navigation text="改装配件" controller="Product" action="SubGategory" param="22"/>
<Navigation text="汽车美容" controller="Product" action="SubGategory" param="23"/>
<Navigation text="内饰精品" controller="Product" action="SubGategory" param="24"/>
<Navigation text="自驾装备" controller="Product" action="SubGategory" param="25"/>
</Navigations>
</Navigation>
<Navigation name="Food" text="食品饮料" controller="Product" action="Category" param="6">
<Navigations>
<Navigation text="地方特产" controller="Product" action="SubGategory" param="26"/>
<Navigation text="休闲食品" controller="Product" action="SubGategory" param="27"/>
<Navigation text="酒饮冲调" controller="Product" action="SubGategory" param="28"/>
<Navigation text="营养健康" controller="Product" action="SubGategory" param="29"/>
<Navigation text="礼品礼盒" controller="Product" action="SubGategory" param="30"/>
<Navigation text="进口食品" controller="Product" action="SubGategory" param="31"/>
</Navigations>
</Navigation>
</Navigations>
</NavigationGroup>
<NavigationGroup name="menu-l" active="true">
<Navigations>
<Navigation text="车迷沙龙" controller="Home" action="Index"/>
<Navigation text="唯美车贴" controller="Home" action="Index"/>
<Navigation text="车行八方" controller="Home" action="Index"/>
<Navigation text="官方微博" controller="Home" action="Index"/>
</Navigations>
</NavigationGroup>
<NavigationGroup name="service" active="true">
<Navigations>
<Navigation text="购物指南" param="icon1">
<Navigations>
<Navigation name="shopprocess" text="购物流程" controller="Home" action="Index"/>
<Navigation name="vipinfo" text="会员介绍" controller="Home" action="Index"/>
<Navigation name="teamshop" text="团购/机票" controller="Home" action="Index"/>
<Navigation name="commonproblems" text="常见问题" controller="Home" action="Index"/>
<Navigation name="appliances" text="大家电" controller="Home" action="Index"/>
<Navigation name="contactservice" text="联系客服" controller="Home" action="Index"/>
</Navigations>
</Navigation>
<Navigation text="配送方式" param="icon2">
<Navigations>
<Navigation name="takeoneself" text="上门自提" controller="Home" action="Index"/>
<Navigation name="timelimit" text="211限时达" controller="Home" action="Index"/>
<Navigation name="expresstransport" text="快递运输" controller="Home" action="Index"/>
<Navigation name="giftgiving" text="如何送礼" controller="Home" action="Index"/>
<Navigation name="globalshipping" text="Global Shipping" controller="Home" action="Index"/>
</Navigations>
</Navigation>
<Navigation text="支付方式" param="icon3">
<Navigations>
<Navigation name="cashdelivery " text="货到付款" controller="Home" action="Index"/>
<Navigation name="payonline" text="在线支付" controller="Home" action="Index"/>
<Navigation name="payinstallment" text="分期付款" controller="Home" action="Index"/>
<Navigation name="paybypostoffice" text="邮局付款" controller="Home" action="Index"/>
<Navigation name="paybycompany" text="公司转账" controller="Home" action="Index"/>
</Navigations>
</Navigation>
<Navigation text="售后服务" param="icon4">
<Navigations>
<Navigation name="" text="售后服务政策" controller="Home" action="Index"/>
<Navigation name="" text="售后服务流程" controller="Home" action="Index"/>
<Navigation name="" text="价格保护" controller="Home" action="Index"/>
<Navigation name="" text="退款说明" controller="Home" action="Index"/>
<Navigation name="" text="返修/退换货" controller="Home" action="Index"/>
<Navigation name="" text="取消订单" controller="Home" action="Index"/>
</Navigations>
</Navigation>
</Navigations>
</NavigationGroup>
<NavigationGroup name="f-link" active="true">
<Navigations>
<Navigation text="友情链接">
<Navigations>
<Navigation text="济南车体广告" url="#"/>
<Navigation text="延安汽车网" url="#"/>
<Navigation text="秦皇岛二手车" url="#"/>
<Navigation text="威海二手车" url="#"/>
<Navigation text="城市汽车网" url="#"/>
<Navigation text="贤泽科技" url="#"/>
<Navigation text="苏州二手车" url="#"/>
<Navigation text="西安汽车用品" url="#"/>
<Navigation text="西安世园会" url="#"/>
<Navigation text="三方家居网" url="#"/>
<Navigation text="西安中正" url="#"/>
<Navigation text="交通事故纠纷研究中心" url="#"/>
<Navigation text="古城数据中心" url="#"/>
<Navigation text="在线西洽会" url="#"/>
<Navigation text="西安甲客" url="#"/>
<Navigation text="行健汽车服务" url="#"/>
</Navigations>
</Navigation>
</Navigations>
</NavigationGroup>
<NavigationGroup name="footer" active="true">
<Navigations>
<Navigation text="关于甲客" action="Index"/>
<Navigation text="甲客荣誉" action="Index"/>
<Navigation text="甲客会所" action="Index"/>
<Navigation text="招商加盟" action="Index"/>
<Navigation text="合作品牌" action="Index"/>
<Navigation text="联系我们" action="Index"/>
</Navigations>
</NavigationGroup>
</NavigationGroups>
<RoleMappings>
<Role id="1" nav-name="" action="" controller="" name=""/>
</RoleMappings>
</Configuration>
mvc导航配置的更多相关文章
- mvc导航配置(View页面)
@using Seyoit.Website.Config@using Seyoit.Website.Config.Navigation@{ var action = ViewContext.Route ...
- .net(C#)在vs2010版本下的MVC如何配置才能切换静态页面(html)
由于vs2010用的人比较多,虽然建mvc项目vs2010可能还不成熟,但鉴于每个人的成长有限,每个地方的资源有限,最主要的是为了解决问题,所以先不管那么多了. 用vs2010为公司网站建站,要求js ...
- atitit.spring3 mvc url配置最佳实践
atitit.spring3 mvc url配置最佳实践 1. Url-pattern bp 1 2. 通用星号url pattern的问题 1 3. Other code 1 4. 参考 2 1. ...
- Spring MVC 事务配置
Spring MVC事务配置 要了解事务配置的所有方法,请看一下<Spring事务配置的5种方法> 本文介绍两种配置方法: 一. XML,使用tx标签配置拦截器实现事务 一. ...
- spring mvc+myBatis配置详解
一.spring mvc Spring框架(框架即:编程注解+xml配置的方式)MVC是Spring框架的一大特征,Spring框架有三大特征(IOC(依赖注入),AOP(面向切面),MVC(建模M- ...
- Windows Server2008 R2 MVC 环境配置
*:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } /* ...
- Maven 工程下 Spring MVC 站点配置 (三) C3P0连接池与@Autowired的应用
Maven 工程下 Spring MVC 站点配置 (一) Maven 工程下 Spring MVC 站点配置 (二) Mybatis数据操作 前两篇文章主要是对站点和数据库操作配置进行了演示,如果单 ...
- Maven 工程下 Spring MVC 站点配置 (二) Mybatis数据操作
详细的Spring MVC框架搭配在这个连接中: Maven 工程下 Spring MVC 站点配置 (一) Maven 工程下 Spring MVC 站点配置 (二) Mybatis数据操作 这篇主 ...
- Maven 工程下 Spring MVC 站点配置 (一)
最近,查找一些具体资料时,虽然会有很多,但是系统的却很少,尤其是对maven 下 spring mvc 站点搭建的配置,总是说的很多但让新手一目了然的步骤却少之又少. 对此闲暇时整理了一下,做了一套较 ...
随机推荐
- 数据结构之后缀数组suffix array
在字符串处理当中,后缀树和后缀数组都是非常有力的工具,其中后缀树大家了解得比较多,关于后缀数组则很少见于国内的资料.其实后缀是后缀树的一个非常精巧的替代品,它比后缀树容易编程实现,能够实现后缀树的很多 ...
- HDU 1294 Rooted Trees Problem
题目大意:求有n个节点的树有几种? 题解:http://www.cnblogs.com/keam37/p/3639294.html #include <iostream> typedef ...
- PHP第一章学习——了解PHP(上)
计划开启PHP学习教程,情况如下: 1.采用教程35章48个视频文件 2.时间4月29日-5月6日 共计8天 3.具体划分每天学习章节数不少于5个,预留5-6号时间为五一假期出玩情况 4.要求认真学习 ...
- robomongo
Robomongo 是一个可视化的mongodb数据库工具,提供对mongodb的操作,javascript执行及语法高亮提示. 安装教程
- 数据科学家:神话 & 超能力持有者
一个打破神话的季节,正在降临. 我将坦诚地揭穿人们关于数据科学家所持有的惯有看法.在下文中,我将一个一个展示这些观点,宛如将一个又一个的玻璃瓶子摔碎在墙壁上一样. 关于数据 ...
- adb shell 命令
adb 概述 SDK的Tools文件夹下包含着Android模拟器操作的重要命令adb,adb的全称为(Android Debug Bridge就是调试桥的作用.通过adb我们可以在Eclipse中方 ...
- SQL Server(SSIS package) call .net DLL
There are two method to call .net DLL in SQLSERVER. The first one is to use the sql clr but it has a ...
- Sharepoint 2013 启用搜做服务
参考文件: http://www.cnblogs.com/jianyus/archive/2013/02/04/2891801.html 1. 创建好网站集,进入网站内容,点击搜素,会出现如下错误:( ...
- C#中静态方法的运用和字符串的常用方法(seventh day)
又来到了今天的总结时间,由于昨天在云和学院学的知识没有弄懂,今天老师又专门给我们非常详细地讲了一遍,在这里非常谢谢老师.O(∩_∩)O 话不多说,下面就开始为大家总结一下静态方法的运用和字符串的常用方 ...
- quartz搭建与应用
1.添加依赖 依赖包括Quartz和logback <dependencies> <dependency> <groupId>org.quartz-schedule ...