Пример #1
0
        public ActionResult PowerOutput()
        {
            ViewBag.Title = "Power Output | Wind Wave | Offwind";
            var m = new VWebPage();

            return(View(m));
        }
Пример #2
0
        public ActionResult Index()
        {
            var m = new VWebPage();

            ViewBag.Title = "Library | Offwind";
            return(View(m));
        }
Пример #3
0
        public ActionResult Index()
        {
            _noNavigation = true;
            var m = new VWebPage();

            ViewBag.Title = "Help | Offwind";
            return(View(m));
        }
Пример #4
0
        public ActionResult Index()
        {
            _noNavigation = true;
            var m = new VWebPage();

            ViewBag.Title = "Mesoscale Wind Database | Engineering Tools | Help | Offwind";
            return(View(m));
        }
Пример #5
0
        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));
        }