Esempio n. 1
0
 /// <summary>Static getter for Meta Keywords</summary>
 public static Our.Umbraco.Vorto.Models.VortoValue <string> GetMetaKeywords(ITabSeo that)
 {
     return(that.GetPropertyValue <Our.Umbraco.Vorto.Models.VortoValue <string> >("metaKeywords"));
 }
Esempio n. 2
0
 /// <summary>Static getter for Meta Description</summary>
 public static Our.Umbraco.Vorto.Models.VortoValue <string> GetMetaDescription(ITabSeo that)
 {
     return(that.GetPropertyValue <Our.Umbraco.Vorto.Models.VortoValue <string> >("metaDescription"));
 }