MVC Movie App
@Html.Partial("_LogOnPartial")
@Html.ActionLink("Home", "Index", "HelloWorld")
@Html.ActionLink("About", "About", "Home")
@RenderBody()