public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.IconLinkItem> GetSocialLinks(IFooterControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.IconLinkItem> >("socialLinks");
Exemple #2
0
 public static string GetFooterLinkTitle(IFooterControls that) => that.Value <string>("footerLinkTitle");
Exemple #3
0
 public static IEnumerable <Umbraco.Web.Models.Link> GetFooterLinks(IFooterControls that) => that.Value <IEnumerable <Umbraco.Web.Models.Link> >("footerLinks");
Exemple #4
0
 public static string GetFooterCopyrightText(IFooterControls that) => that.Value <string>("footerCopyrightText");
Exemple #5
0
 public static string GetContactHeader(IFooterControls that) => that.Value <string>("contactHeader");
Exemple #6
0
 public static IEnumerable <IconLinkItem> GetSocialLinks(IFooterControls that) => that.Value <IEnumerable <IconLinkItem> >("socialLinks");