Exemple #1
0
 public static string GetHeroHeader(IHeroControls that) => that.Value <string>("heroHeader");
Exemple #2
0
 public static Image GetHeroImage(IHeroControls that) => that.Value <Image>("heroImage");
Exemple #3
0
 public static string GetHeroSubtitle(IHeroControls that) => that.Value <string>("heroSubtitle");