Copied to clipboard

Flag this post as spam?

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


  • Nguyen Dung Tri 106 posts 606 karma points
    Sep 29, 2016 @ 04:51
    Nguyen Dung Tri
    0

    What controller handle the header of Merchello Font-End?

    Hello,

    I want to know what controller handle the header of Merchello Font-End?

    Regards, Dung Tri

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 29, 2016 @ 15:13
    Rusty Swayne
    0

    Are you talking about the "_Header.cshtml" partial in the FastTrack starter kit?

    If so, there is no controller, it's just a partial view located in the /Views/Shared/ folder.

  • Nguyen Dung Tri 106 posts 606 karma points
    Sep 29, 2016 @ 21:05
    Nguyen Dung Tri
    0

    You are right. I talk about _Header.cshtml from "Merchello.FastTrack.Ui/Views/Shared/". I want to know before loading this header, what controller does it run first. I just want to catch an event before front-end loaded.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Sep 30, 2016 @ 14:15
    Rusty Swayne
    0

    There is no controller for the header - it's just an @Html.Partial call in the master template (FastTrack.cshtml).

Please Sign in or register to post replies

Write your reply to:

Draft