I am actually doing blog module in which on the click of read more link i will fetch all blog details in get method in controller and bind all properties with it and passing returning partial view with name and model into it. partial view is created in umbraco back office partial views. but problem is that partial view does not inheriting the master template.
so question is how to inherit that master layout in partial view when it is returning from controller.
How can i render content Node id with template in separate page
How can i render content Node id with template in separate page ?
Hi pranjal,
can you give some more details about your question because its very unclear what you are trying to achieve.
Thanks!
/Michaël
hello Michael
I am actually doing blog module in which on the click of read more link i will fetch all blog details in get method in controller and bind all properties with it and passing returning partial view with name and model into it. partial view is created in umbraco back office partial views. but problem is that partial view does not inheriting the master template.
so question is how to inherit that master layout in partial view when it is returning from controller.
i am returning like this
is working on a reply...