Ejemplo n.º 1
0
 /// <summary>Static getter for Meta - Description</summary>
 public static string GetMetaDescription(ISeoComponent that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
Ejemplo n.º 2
0
 /// <summary>Static getter for Meta - Keywords</summary>
 public static string GetMetaKeywords(ISeoComponent that)
 {
     return(that.GetPropertyValue <string>("metaKeywords"));
 }
Ejemplo n.º 3
0
 /// <summary>Static getter for Изображение для соц. сетей</summary>
 public static IPublishedContent GetShareUrlImage(ISeoComponent that)
 {
     return(that.GetPropertyValue <IPublishedContent>("shareUrlImage"));
 }