Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sergey 5 posts 25 karma points
    Nov 10, 2012 @ 01:19
    Sergey
    0

    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?

     

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Nov 11, 2012 @ 12:14
    Jeroen Breuer
    0

    Perhaps the official documentation can help? http://our.umbraco.org/documentation/Reference/Mvc/custom-routes

    Jeroen

  • Sergey 5 posts 25 karma points
    Nov 11, 2012 @ 13:46
    Sergey
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies