示例#1
0
 /// <summary>Static getter for SEO Settings</summary>
 public static SEOChecker.MVC.MetaData GetSeoSettings(ISeoComposition that)
 {
     return(that.GetPropertyValue <SEOChecker.MVC.MetaData>("seoSettings"));
 }
示例#2
0
 /// <summary>Static getter for NoIndex</summary>
 public static bool GetNoIndex(ISeoComposition that)
 {
     return(that.GetPropertyValue <bool>("noIndex"));
 }