示例#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");