I'd like to ask you, what the best approach could be to do the following:
I have a Master Layout, which calls the Navigation Partial View.
Inside the Navigation Partial View, i want to call a Login Partial View with a Controller (ex. Html.Actions("RenderLoginForm", Account)
Im a total noob in MVC. How should I get this working? I'd like to have access to that Controller on nearly every page.
(I already have a working solution with a RenderMvcController, but that is limited to one page (Login Template). I want to Login on every Page).
Login Possibility on every Page
Hello
I'd like to ask you, what the best approach could be to do the following:
I have a Master Layout, which calls the Navigation Partial View. Inside the Navigation Partial View, i want to call a Login Partial View with a Controller (ex. Html.Actions("RenderLoginForm", Account)
Im a total noob in MVC. How should I get this working? I'd like to have access to that Controller on nearly every page.
(I already have a working solution with a RenderMvcController, but that is limited to one page (Login Template). I want to Login on every Page).
is working on a reply...