Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • pranjal 75 posts 188 karma points
    Apr 17, 2018 @ 13:45
    pranjal
    0

    How can i render content Node id with template in separate page

    How can i render content Node id with template in separate page ?

  • Michaël Vanbrabandt 863 posts 3348 karma points c-trib
    Apr 17, 2018 @ 13:52
    Michaël Vanbrabandt
    0

    Hi pranjal,

    can you give some more details about your question because its very unclear what you are trying to achieve.

    Thanks!

    /Michaël

  • pranjal 75 posts 188 karma points
    Apr 18, 2018 @ 05:21
    pranjal
    0

    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

    return PartialView("_viewBlog.cshtml", bindData);
    
Please Sign in or register to post replies

Write your reply to:

Draft