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