in AdventureWorksMVC/Controllers/HomeController.cs [10:14]
public ActionResult Default() { ViewBag.BodyClass = "homepage"; return View(); }