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