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