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