Exemplo n.º 1
0
 public static bool GetPdfThisPage(IPageContent that) => that.Value <bool>("pdfThisPage");
 public static string GetPageContentText(IPageContent that) => that.Value <string>("pageContentText");
Exemplo n.º 3
0
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Core.Models.PublishedContent.IPublishedElement> GetContentBlock(IPageContent that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Core.Models.PublishedContent.IPublishedElement> >("contentBlock");
 public static string GetBannerHeading(IPageContent that) => that.Value <string>("bannerHeading");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetPageBanner(IPageContent that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("pageBanner");
 public static global::System.Web.IHtmlString GetBannerSummary(IPageContent that) => that.Value <global::System.Web.IHtmlString>("bannerSummary");
 public static bool GetBannerHeight(IPageContent that) => that.Value <bool>("bannerHeight");
 public static string GetPageTitle(IPageContent that) => that.Value <string>("pageTitle");