开发者

something like modules in orchard project

开发者 https://www.devze.com 2023-03-05 00:56 出处:网络
As you know, in ASP.NET MVC you can use Areas to categories your application and make it easy to manage and organize your logic.Say if I have controller named \"Teams\" and action named \"Create\", wh

As you know, in ASP.NET MVC you can use Areas to categories your application and make it easy to manage and organize your logic.Say if I have controller named "Teams" and action named "Create", which is located in "Fun" Area, then I can request the action as follow:

http://myapplication.com/fun/teams/create

This is very nice feature, But it does not allow nested Areas. In fact I want开发者_开发知识库 to know how orchard project used it modules like areas.Interesting point is that almost every module has it own route handling class.

How All these have been implemented ?

0

精彩评论

暂无评论...
验证码 换一张
取 消