I\'m using MVC 3 Razor to make a simple CMS for practice purposes, and the idea is that I\'m creating a few partial views.
I\'m wanting to do a database lookup, and see
Another way
@RenderPage("~/Views/Shared/LeftMenu.cshtml")