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