コード例 #1
0
 public static string GetJumboOverlayColour(IJumbo that) => that.Value <string>("jumboOverlayColour");
コード例 #2
0
 public static string GetJumboTitle(IJumbo that) => that.Value <string>("jumboTitle");
コード例 #3
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetJumboImage(IJumbo that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("jumboImage");