Beispiel #1
0
 public static string GetBannerHeading(IBanner that) => that.Value <string>("bannerHeading");
Beispiel #2
0
 public static IHtmlString GetBannerDescription(IBanner that) => that.Value <IHtmlString>("bannerDescription");
Beispiel #3
0
 public static IPublishedContent GetBannerImage(IBanner that) => that.Value <IPublishedContent>("bannerImage");
 public static IHtmlString GetSubHeading(IBanner that) => that.Value <IHtmlString>("subHeading");
 public static IPublishedContent GetMainImage(IBanner that) => that.Value <IPublishedContent>("mainImage");
 public static IEnumerable <Umbraco.Web.Models.Link> GetCTA(IBanner that) => that.Value <IEnumerable <Umbraco.Web.Models.Link> >("cTA");