示例#1
0
 /// <summary>Static getter for Footer Title</summary>
 public static string GetFooterTitle(IFooterContentControls that)
 {
     return(that.GetPropertyValue <string>("footerTitle"));
 }
示例#2
0
 /// <summary>Static getter for Footer Content</summary>
 public static IHtmlString GetFooterContent(IFooterContentControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("footerContent"));
 }
示例#3
0
 /// <summary>Static getter for Footer Social Links</summary>
 public static Umbraco.Web.Models.RelatedLinks GetFooterSocialLinks(IFooterContentControls that)
 {
     return(that.GetPropertyValue <Umbraco.Web.Models.RelatedLinks>("footerSocialLinks"));
 }
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.IconLinkItem> GetSocialMediaLinks(IFooterContentControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.IconLinkItem> >("socialMediaLinks");
 public static string GetContactAdress(IFooterContentControls that) => that.Value <string>("contactAdress");
 public static string GetContactPhone(IFooterContentControls that) => that.Value <string>("contactPhone");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetFooterLogo(IFooterContentControls that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("footerLogo");
 public static string GetContactMail(IFooterContentControls that) => that.Value <string>("contactMail");
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.Models.Link> GetFooterSocialLinks(IFooterContentControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.Models.Link> >("footerSocialLinks");
 public static string GetFooterTitle(IFooterContentControls that) => that.Value <string>("footerTitle");
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.FooterSponsorItem> GetFooterSponsorItems(IFooterContentControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.FooterSponsorItem> >("footerSponsorItems");
示例#12
0
 public static IEnumerable <Umbraco.Web.Models.Link> GetFooterSocialLinks(IFooterContentControls that) => that.Value <IEnumerable <Umbraco.Web.Models.Link> >("footerSocialLinks");