Esempio n. 1
0
 /// <summary>Static getter for Meta title</summary>
 public static string GetMetaTitle(ISEocontent that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
Esempio n. 2
0
 /// <summary>Static getter for Meta description</summary>
 public static string GetMetaDescription(ISEocontent that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }