asp.net mvc 3 - Designing master page with Razor view in MVC3 -


i need create menu in mvc3 using razor in visual studio 2010.please see attached image idea. main concern build menu , footer or how work _layout.cshtml page. explain how work master page in mvc3 , integration of content page master page. appreciated.

master page menu

you can add menu in header tag of _layout.cshtml , footer in footer tag. content page loaded in renderbody section.to load content give layout path in content page


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -