Esempio n. 1
0
 public static string GetHeaderTitle(IHeader that) => that.Value <string>("headerTitle");
Esempio n. 2
0
 public static Image GetLogo(IHeader that) => that.Value <Image>("logo");
Esempio n. 3
0
 public static IEnumerable <IPublishedContent> GetHeaderImages(IHeader that) => that.Value <IEnumerable <IPublishedContent> >("headerImages");