I was using MVCBridge to call any view i needed in my contents. Now because they say you don't need this in Umbraco 6, i don't want to use MVCBridge anymore but i don't know how to call the views in each page.
I have seen codes like:
@{Html.RenderPartial("~Views/Partials/...
but the thing is I have got one template for several pages, so i want to call different views in different pages. is this possible?
When they were in Usercontrols, i had macros for them and i could call them easily in my content, but now i have no idea how to do this in MVC.
does anyone know?
Umbraco 6 and MVC
I was using MVCBridge to call any view i needed in my contents. Now because they say you don't need this in Umbraco 6, i don't want to use MVCBridge anymore but i don't know how to call the views in each page.
I have seen codes like: @{Html.RenderPartial("~Views/Partials/...
but the thing is I have got one template for several pages, so i want to call different views in different pages. is this possible?
When they were in Usercontrols, i had macros for them and i could call them easily in my content, but now i have no idea how to do this in MVC. does anyone know?
Many thanks in advance,
Mitra
is working on a reply...