Ejemplo n.º 1
0
 public static string GetSiteKeywords(IGlobalMetaControls that) => that.Value <string>("siteKeywords");
Ejemplo n.º 2
0
 public static string GetSiteAuthorTag(IGlobalMetaControls that) => that.Value <string>("siteAuthorTag");
Ejemplo n.º 3
0
 public static string GetSiteDescription(IGlobalMetaControls that) => that.Value <string>("siteDescription");
Ejemplo n.º 4
0
 public static string GetCopyrightOwner(IGlobalMetaControls that) => that.Value <string>("copyrightOwner");