I have created a custom tree and custom section (using MVC) that loads data from custom tables added to the Umbraco database, all works well! I would like to add a list of content in a drop down list to my view so that a user can add the URL to that piece of content alongside the record in the custom table without having to manually select it.
Using MVC views and a custom section how do I obtain a list of pages sat under a node along with the URL that relates to those content pages I list?
Custom section and listing content
I have created a custom tree and custom section (using MVC) that loads data from custom tables added to the Umbraco database, all works well! I would like to add a list of content in a drop down list to my view so that a user can add the URL to that piece of content alongside the record in the custom table without having to manually select it.
Using MVC views and a custom section how do I obtain a list of pages sat under a node along with the URL that relates to those content pages I list?
Thank you in advance!
is working on a reply...