I\'ve looked at few examples where Ajax can be used to update divs or other elements with ids. I have not been able to find an example that uses Ajax with Razor views to help me
In your HomeController.cs
HomeController.cs
public PartialViewResult About() { ViewBag.Message = "Your app description page."; return PartialView(); }
In your _Layout.cshtml do not forget to import:
_Layout.cshtml