博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MVC 起始页修改 区域
阅读量:6541 次
发布时间:2019-06-24

本文共 471 字,大约阅读时间需要 1 分钟。

 

一般都是会改到区域开始.

//routes.MapRoute(// name: "Default",// url: "{controller}/{action}/{id}",// defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }//);routes.MapRoute(name: "Default",url: "{controller}/{action}/{id}",defaults: new { controller = "Hours", action = "Create", id = UrlParameter.Optional },namespaces: new string[] { "Web.Areas.Hours.Controllers" }).DataTokens.Add("Area", "Hour");

 

转载于:https://www.cnblogs.com/cxd1008/p/8084590.html

你可能感兴趣的文章
回溯法—八皇后问题
查看>>
Django中关于事务的代码编写
查看>>
gcc cc1: all warnings being treated as errors
查看>>
linux下创建virtualenv时指定python版本
查看>>
mysql 新增用户并授权
查看>>
Windows上编译,学习Objective-c
查看>>
Postman发包form-data、x-www-form-urlencoded、raw、binary的区别
查看>>
VBSEdit工具学习深入
查看>>
江苏泰兴开建火车站综合物流基地
查看>>
table里面,怎么根据checkbox选择的一行中的某个单元格的值是否为空,来判断是否该选中...
查看>>
一种机制,与js类似
查看>>
arping命令用法
查看>>
WPF之动态换肤
查看>>
封装一个进度条
查看>>
git clone --early EOF
查看>>
51nod 1135 原根 就是原根...
查看>>
expect用法举例
查看>>
PAT_A1127#ZigZagging on a Tree
查看>>
二叉树的建立和遍历
查看>>
ubuntu Server 安装 php5
查看>>