コード例 #1
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetBackgroundImage(IHeaderContent that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("backgroundImage");
コード例 #2
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetLogo(IHeaderContent that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("logo");
コード例 #3
0
 public static string GetTeam(IHeaderContent that) => that.Value <string>("team");