public static string GetSiteName(ISEO that) => that.Value <string>("siteName");
Esempio n. 2
0
 public static string GetSeoDescription(ISEO that) => that.Value <string>("seoDescription");
 public static global::System.Collections.Generic.IEnumerable <string> GetMetaKeywords(ISEO that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("metaKeywords");
 public static string GetMetaName(ISEO that) => that.Value <string>("metaName");
Esempio n. 5
0
 /// <summary>Static getter for Meta Robots</summary>
 public static string GetMetaRobots(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaRobots"));
 }
 public static string GetCanonicalLink(ISEO that) => that.Value <string>("canonicalLink");
 /// <summary>Static getter for SiteKeyWords</summary>
 public static string GetSiteKeyWords(ISEO that)
 {
     return(that.GetPropertyValue <string>("siteKeyWords"));
 }
Esempio n. 8
0
 public static string GetBrowserPageTitle(ISEO that) => that.Value <string>("browserPageTitle");
Esempio n. 9
0
 /// <summary>Static getter for Meta Tags</summary>
 public static object GetMetaTags(ISEO that)
 {
     return(that.GetPropertyValue("metaTags"));
 }
 /// <summary>Static getter for siteTitle</summary>
 public static string GetSiteTitle(ISEO that)
 {
     return(that.GetPropertyValue <string>("siteTitle"));
 }
Esempio n. 11
0
 /// <summary>Static getter for Redirects</summary>
 public static object GetRedirects(ISEO that)
 {
     return(that.GetPropertyValue("redirects"));
 }
Esempio n. 12
0
 /// <summary>Static getter for XMLSitemap</summary>
 public static object GetXMlsitemap(ISEO that)
 {
     return(that.GetPropertyValue("xMLSitemap"));
 }
Esempio n. 13
0
 /// <summary>Static getter for SEO Checker</summary>
 public static SEOChecker.MVC.MetaData GetSEochecker(ISEO that)
 {
     return(that.GetPropertyValue <SEOChecker.MVC.MetaData>("sEOChecker"));
 }
Esempio n. 14
0
 public static string GetSeoTitle(ISEO that) => that.Value <string>("seoTitle");
Esempio n. 15
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
Esempio n. 16
0
 public static bool GetVisibleInMenu(ISEO that) => that.Value <bool>("visibleInMenu");
Esempio n. 17
0
 /// <summary>Static getter for Meta title</summary>
 public static string GetMetaTitle(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
Esempio n. 18
0
 public static string GetMetaDescription(ISEO that) => that.Value <string>("metaDescription");
Esempio n. 19
0
 /// <summary>Static getter for Meta Keywords</summary>
 public static string GetMetaKeywords(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaKeywords"));
 }