I have a multi level tree with nodes of different types. I try to set up the routing like this
"myapp/msTree/view/course/12" to hit course.html with id=12
The html file is located in
backoffice\msTree\view but all I get when I click the node is the main page for the content section. Fiddler dies not show anything so I'm stuck.Would have been nice with a 404 showing what was requested. I looked at Eventcalendar but this project seems to put everything in one folder.
hi,
in umbraco 7.2.4 where do i put my mvc routing into as some says in global asax.cs others in IApplicationHandler ??
which is it and what is the difference?
Thanks
Routing in custom sections
Hi
version 7
I have a multi level tree with nodes of different types. I try to set up the routing like this
"myapp/msTree/view/course/12" to hit course.html with id=12
The html file is located in
backoffice\msTree\view but all I get when I click the node is the main page for the content section. Fiddler dies not show anything so I'm stuck.Would have been nice with a 404 showing what was requested. I looked at Eventcalendar but this project seems to put everything in one folder.
/Paul S
Hello,
These links might help:
http://www.enkelmedia.se/blogg/2013/11/22/custom-sections-in-umbraco-7-%E2%80%93-part-2-the-views.aspx
http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/48392-Custom-Dashboard-(UkFest-AngularJS-Demo
Jeroen
hi, in umbraco 7.2.4 where do i put my mvc routing into as some says in global asax.cs others in IApplicationHandler ?? which is it and what is the difference? Thanks
Hi,
I have done the routing in umbraco 7.2.4 as creating
MyStartupHandler.cs
class inApp_Code
like belowAbove code is working fine.
Hope this is usefull
Regards,
Mehul Gajjar.
is working on a reply...