Beispiel #1
0
        public ActionResult About()
        {
            ViewBag.CanonicalUrl = SEO.Home_About_Canonical();
            ViewBag.Title        = SEO.Home_About_Title();
            ViewBag.Description  = SEO.Home_About_Description();
            ViewBag.Keywords     = SEO.Home_About_Keywords();

            return(View());
        }