I was happy with Base in version 4.7... So nice - JSON too!
I like using LinqtoUmbraco in data classes to provide REST like methods that returned data that was not specific to any page or node - for example I would return collections of nodes and even collections of custom objects hydrated via linqtoumbraco.
I am wishing to know where to start to do this sort of thing in Version 5. I want to use base and then be able to query the whole node collection from my own data classes and not just from Razor.
Base in Umbraco 5
Hi!
I was happy with Base in version 4.7... So nice - JSON too!
I like using LinqtoUmbraco in data classes to provide REST like methods that returned data that was not specific to any page or node - for example I would return collections of nodes and even collections of custom objects hydrated via linqtoumbraco.
I am wishing to know where to start to do this sort of thing in Version 5. I want to use base and then be able to query the whole node collection from my own data classes and not just from Razor.
Thank You!
Hi,
Check this blogpost from Sebastiaan how to use an area in Umbraco V5 that provides the same functionality as /Base.
http://cultiv.nl/blog/2012/1/9/using-areas-in-umbraco-5-to-replace-base/
Cheers,
Richard
Just what I needed.
is working on a reply...