I have a quetion about new 4.10 version of umbraco. As it enables MVC by nature now, I want to make the following: I have some MVC application which I want to be rendered on some of umbraco pages. This application supports lists and has custom routing.
Ex. now: http://myapp.com/p/250 will show me an item 250 of the list taken from external source. http://myapp.com/c/12 will render another view with category of specific id 12. What I want is to actually render thise lists on umbraco page with possibility to save routing.
ex. I have umbraco site with structure like: Home -> Product. And I want to call list, which will be rendered on of a "Product page" with url like: http://myumbracosite/Product/p/250. Is there any way to achieve it?
As I understood, this alloows me to put routing logic to some separate mvc controllers without relating it with actual umbraco page, but what I need is the ability to render my MVC stuff inside of umbraco page.
v 4.10 custom mvc routing
Hi, gurus!
I have a quetion about new 4.10 version of umbraco. As it enables MVC by nature now, I want to make the following: I have some MVC application which I want to be rendered on some of umbraco pages. This application supports lists and has custom routing.
Ex. now: http://myapp.com/p/250 will show me an item 250 of the list taken from external source. http://myapp.com/c/12 will render another view with category of specific id 12. What I want is to actually render thise lists on umbraco page with possibility to save routing.
ex. I have umbraco site with structure like: Home -> Product. And I want to call list, which will be rendered on of a "Product page" with url like: http://myumbracosite/Product/p/250. Is there any way to achieve it?
Perhaps the official documentation can help? http://our.umbraco.org/documentation/Reference/Mvc/custom-routes
Jeroen
As I understood, this alloows me to put routing logic to some separate mvc controllers without relating it with actual umbraco page, but what I need is the ability to render my MVC stuff inside of umbraco page.
is working on a reply...