I want to render content in my custom section using something like @Url.Action("Action", "Controller") or using an iframe to get the path to my action method that returns a partial view.
How can I achieve this or where can I find some tutorials on how to this?
Render content in Custom Section from action method
Hi,
Can somebody point me in the right direction because I've been searching for a solution for this without success.
I created my custom section following this article and this one
I want to render content in my custom section using something like @Url.Action("Action", "Controller") or using an iframe to get the path to my action method that returns a partial view. How can I achieve this or where can I find some tutorials on how to this?
Hi Dan,
First of all you should do your custom section using Angular. The new backoffice is designed to work with Angular and WebApi.
I did a presentation on this on the latest DUUG meetup. You can view the slides here : http://www.slideshare.net/dawoe/duug-meetup-custom-sections-v6-vs-v7
On the last slides are some usefull links as wel.
And of course the source code is available too : https://bitbucket.org/dawoe/duugcustomsections
Dave
is working on a reply...