Beispiel #1
0
        public ActionResult Contact()
        {
            ViewBag.CanonicalUrl = SEO.Home_Contact_Canonical();
            ViewBag.Title        = SEO.Home_Contact_Title();
            ViewBag.Description  = SEO.Home_Contact_Description();
            ViewBag.Keywords     = SEO.Home_Contact_Keywords();

            return(View());
        }