Umbraco 4.7.2, using razor defining sections and including views dynamically
Hi There,
After the recent demise of the Umbraco v5 project. I've decided to move the project I'm in the middle of to version 4.7.2. Not having used razor in v4 before I was wondering if I'm able to define sections in my layout files etc. Or is this functionality not available?
currently there is no support for this using the default macro/razor system in umbraco4 but you have 2 options availible to you to use the UmbraMVCo package giving you MVC rendering and therefore razor based layout pages or the Razor Rocks package both support this scenario it two slightly differnet ways.
I've not used ether package on a live site yet so I can't promise how well ether will preform.
Also to then get true macro rendering support you can then use my package Razor Components razor components has been tested to work against UmbraMVCo (you might have to get the latest source version ofr it to work they had a bug) i've not looked to see if RazorRocks exposes the Library helper class that my Project extends.
Umbraco 4.7.2, using razor defining sections and including views dynamically
currently there is no support for this using the default macro/razor system in umbraco4 but you have 2 options availible to you to use the UmbraMVCo package giving you MVC rendering and therefore razor based layout pages or the Razor Rocks package both support this scenario it two slightly differnet ways.
I've not used ether package on a live site yet so I can't promise how well ether will preform.
Also to then get true macro rendering support you can then use my package Razor Components razor components has been tested to work against UmbraMVCo (you might have to get the latest source version ofr it to work they had a bug) i've not looked to see if RazorRocks exposes the Library helper class that my Project extends.
thamks for the info Scott.
is working on a reply...