コード例 #1
0
 public static string GetMetaDescription(IMetaDataControls that) => that.Value <string>("metaDescription");
コード例 #2
0
 public static global::System.Collections.Generic.IEnumerable <string> GetMetaKeywords(IMetaDataControls that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("metaKeywords");
コード例 #3
0
 public static string GetMetaName(IMetaDataControls that) => that.Value <string>("metaName");
コード例 #4
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(IMetaDataControls that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
コード例 #5
0
 /// <summary>Static getter for Meta Name</summary>
 public static string GetMetaName(IMetaDataControls that)
 {
     return(that.GetPropertyValue <string>("metaName"));
 }
コード例 #6
0
 /// <summary>Static getter for Meta Keywords</summary>
 public static IEnumerable <string> GetMetaKeywords(IMetaDataControls that)
 {
     return(that.GetPropertyValue <IEnumerable <string> >("metaKeywords"));
 }
コード例 #7
0
 public static IEnumerable <string> GetMetaKeywords(IMetaDataControls that) => that.Value <IEnumerable <string> >("metaKeywords");