コード例 #1
0
 /// <summary>Static getter for Meta title</summary>
 public static string GetMetaTitle(IMeta that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
コード例 #2
0
 /// <summary>Static getter for Meta description</summary>
 public static string GetMetaDescription(IMeta that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }