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