I'm wondering how I can get a Node recursively inside my Layout.cshtml in umbraco.
I have a couple of properties on my Homepage DocumentType which are content pickers, and need to access the properties recursively on my masterpage. How can i do this?
I know how to do this with a normal field by calling Umbraco.Field("prop", recursive: true)
I hope someone can help me.