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