Beispiel #1
0
 /// <summary>Static getter for Meta title</summary>
 public static string GetMetaTitle(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
 /// <summary>Static getter for SiteKeyWords</summary>
 public static string GetSiteKeyWords(ISEO that)
 {
     return(that.GetPropertyValue <string>("siteKeyWords"));
 }
Beispiel #3
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
Beispiel #4
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"));
 }
Beispiel #6
0
 /// <summary>Static getter for Redirects</summary>
 public static object GetRedirects(ISEO that)
 {
     return(that.GetPropertyValue("redirects"));
 }
Beispiel #7
0
 /// <summary>Static getter for XMLSitemap</summary>
 public static object GetXMlsitemap(ISEO that)
 {
     return(that.GetPropertyValue("xMLSitemap"));
 }
Beispiel #8
0
 /// <summary>Static getter for SEO Checker</summary>
 public static SEOChecker.MVC.MetaData GetSEochecker(ISEO that)
 {
     return(that.GetPropertyValue <SEOChecker.MVC.MetaData>("sEOChecker"));
 }
Beispiel #9
0
 /// <summary>Static getter for Meta Robots</summary>
 public static string GetMetaRobots(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaRobots"));
 }
Beispiel #10
0
 /// <summary>Static getter for Meta Keywords</summary>
 public static string GetMetaKeywords(ISEO that)
 {
     return(that.GetPropertyValue <string>("metaKeywords"));
 }