Example #1
0
 public static string GetBrowserPageTitle(ISEO that) => that.Value <string>("browserPageTitle");
Example #2
0
 public static string GetMetaDescription(ISEO that) => that.Value <string>("metaDescription");
Example #3
0
 public static string GetSeoTitle(ISEO that) => that.Value <string>("seoTitle");
Example #4
0
 public static bool GetVisibleInMenu(ISEO that) => that.Value <bool>("visibleInMenu");
Example #5
0
 public static string GetSeoDescription(ISEO that) => that.Value <string>("seoDescription");
 public static string GetSiteName(ISEO that) => that.Value <string>("siteName");
 public static string GetMetaName(ISEO that) => that.Value <string>("metaName");
 public static global::System.Collections.Generic.IEnumerable <string> GetMetaKeywords(ISEO that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("metaKeywords");
 public static string GetCanonicalLink(ISEO that) => that.Value <string>("canonicalLink");