My MVC Application
@Html.Partial("_LogOnPartial")
@Html.ActionLink("Home", "Index", "Home")
@Html.ActionLink("About", "About", "Home")
@RenderBody()