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