Copied to clipboard

Flag this post as spam?

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


  • Jim 17 posts 60 karma points
    Feb 27, 2016 @ 05:20
    Jim
    1

    How to create a backoffice section that uses a razor view

    I need guidance on how to create a backoffice section that shows a razor view. The razor view will contain all of the other features needed, so I don't really need a tree or menu at all, but I believe that is mandatory.

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Feb 27, 2016 @ 18:43
    David Brendel
    1

    Hi Jim,

    think the only possible solution is to add a dashboard to your section which contains an iframe. In this iframe use a URL that uses a custom controller and returns your razor view.

    The normal way in v7 is HTML and angular.

    Regards David

  • Jim 17 posts 60 karma points
    Feb 28, 2016 @ 00:17
    Jim
    0

    Thanks, David. That is disappointing, though. I need to use a third party control that relies on MVC partials. I successfully implemented the client aspect of it in the main site using surface controllers and was trying to do the same in the backoffice.

    That is creative thinking about using an iframe. I will investigate that possibility.

    Thanks again, Jim

Please Sign in or register to post replies

Write your reply to:

Draft