示例#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"));
 }
示例#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"));
 }