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