Beispiel #1
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetHeroImage(IJumbotron that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("heroImage");
Beispiel #2
0
 public static string GetHeroSubTitle(IJumbotron that) => that.Value <string>("heroSubTitle");
Beispiel #3
0
 public static string GetHeroTitleText(IJumbotron that) => that.Value <string>("heroTitleText");