Beispiel #1
0
        public static IHtmlString GoogleAnalytics(this HtmlHelper helper)
        {
            var ga = new GoogleAnalytics();

            return(ga.Render());
        }