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