Ejemplo n.º 1
0
 public static string GetMetaDescription(IMetaDataControls that) => that.Value <string>("metaDescription");
Ejemplo n.º 2
0
 public static global::System.Collections.Generic.IEnumerable <string> GetMetaKeywords(IMetaDataControls that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("metaKeywords");
Ejemplo n.º 3
0
 public static string GetMetaName(IMetaDataControls that) => that.Value <string>("metaName");
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(IMetaDataControls that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
 /// <summary>Static getter for Meta Name</summary>
 public static string GetMetaName(IMetaDataControls that)
 {
     return(that.GetPropertyValue <string>("metaName"));
 }
 /// <summary>Static getter for Meta Keywords</summary>
 public static IEnumerable <string> GetMetaKeywords(IMetaDataControls that)
 {
     return(that.GetPropertyValue <IEnumerable <string> >("metaKeywords"));
 }
 public static IEnumerable <string> GetMetaKeywords(IMetaDataControls that) => that.Value <IEnumerable <string> >("metaKeywords");