public ActionResult Index() { _noNavigation = true; var m = new VWebPage(); ViewBag.Title = "Help | Offwind"; return View(m); }
public ActionResult Index() { _noNavigation = true; var m = new VWebPage(); ViewBag.Title = "Mesoscale Wind Database | Engineering Tools | Help | Offwind"; return View(m); }
public ActionResult Index() { var m = new VWebPage(); m.BrowserTitle = "Offwind - prediction tools for offshore wind energy generation"; ViewBag.LatestPosts = _ctx.Pages .Where(p => p.PageType == "News") .OrderByDescending(p => p.Published) .Take(3) .ToList(); return View(m); }
public ActionResult Index() { var m = new VWebPage(); ViewBag.Title = "Library | Offwind"; return View(m); }
public ActionResult PowerOutput() { ViewBag.Title = "Power Output | Wind Wave | Offwind"; var m = new VWebPage(); return View(m); }