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