Ejemplo n.º 1
0
 public static string GetRobots(ISiteSettings that) => that.Value <string>("robots");
Ejemplo n.º 2
0
 public static string GetSiteName(ISiteSettings that) => that.Value <string>("siteName");
Ejemplo n.º 3
0
 public static bool GetHideAllPagesFromSearchEngines(ISiteSettings that) => that.Value <bool>("hideAllPagesFromSearchEngines");
Ejemplo n.º 4
0
 public static string GetGoogleTagManagerScriptCode(ISiteSettings that) => that.Value <string>("googleTagManagerScriptCode");
Ejemplo n.º 5
0
 public static string GetGoogleAnalyticsScriptCode(ISiteSettings that) => that.Value <string>("googleAnalyticsScriptCode");
Ejemplo n.º 6
0
 public static string GetCookieScript(ISiteSettings that) => that.Value <string>("cookieScript");
Ejemplo n.º 7
0
 public static string GetCanonicalDomain(ISiteSettings that) => that.Value <string>("canonicalDomain");