Exemplo n.º 1
0
 public static string GetSiteName(ISEO that) => that.Value <string>("siteName");
Exemplo n.º 2
0
 public static string GetSeoDescription(ISEO that) => that.Value <string>("seoDescription");
Exemplo n.º 3
0
 public static global::System.Collections.Generic.IEnumerable <string> GetMetaKeywords(ISEO that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("metaKeywords");
Exemplo n.º 4
0
 public static string GetMetaName(ISEO that) => that.Value <string>("metaName");
Exemplo n.º 5
0
 /// <summary>Static getter for Meta Robots</summary>
 public static string GetMetaRobots(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaRobots"));
 }
Exemplo n.º 6
0
 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"));
 }
Exemplo n.º 8
0
 public static string GetBrowserPageTitle(ISEO that) => that.Value <string>("browserPageTitle");
Exemplo n.º 9
0
 /// <summary>Static getter for Meta Tags</summary>
 public static object GetMetaTags(ISEO that)
 {
     return(that.GetPropertyValue("metaTags"));
 }
Exemplo n.º 10
0
 /// <summary>Static getter for siteTitle</summary>
 public static string GetSiteTitle(ISEO that)
 {
     return(that.GetPropertyValue <string>("siteTitle"));
 }
Exemplo n.º 11
0
 /// <summary>Static getter for Redirects</summary>
 public static object GetRedirects(ISEO that)
 {
     return(that.GetPropertyValue("redirects"));
 }
Exemplo n.º 12
0
 /// <summary>Static getter for XMLSitemap</summary>
 public static object GetXMlsitemap(ISEO that)
 {
     return(that.GetPropertyValue("xMLSitemap"));
 }
Exemplo 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"));
 }
Exemplo n.º 14
0
 public static string GetSeoTitle(ISEO that) => that.Value <string>("seoTitle");
Exemplo n.º 15
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
Exemplo n.º 16
0
 public static bool GetVisibleInMenu(ISEO that) => that.Value <bool>("visibleInMenu");
Exemplo n.º 17
0
 /// <summary>Static getter for Meta title</summary>
 public static string GetMetaTitle(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
Exemplo n.º 18
0
 public static string GetMetaDescription(ISEO that) => that.Value <string>("metaDescription");
Exemplo n.º 19
0
 /// <summary>Static getter for Meta Keywords</summary>
 public static string GetMetaKeywords(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaKeywords"));
 }