Ejemplo n.º 1
0
 /// <summary>Static getter for Services Title</summary>
 public static string GetServicesTitle(IServicesControls that)
 {
     return(that.GetPropertyValue <string>("servicesTitle"));
 }
Ejemplo n.º 2
0
 /// <summary>Static getter for Services Link</summary>
 public static Umbraco.Web.Models.RelatedLinks GetServicesLink(IServicesControls that)
 {
     return(that.GetPropertyValue <Umbraco.Web.Models.RelatedLinks>("servicesLink"));
 }
 public static string GetServicesSubtitle(IServicesControls that) => that.Value <string>("servicesSubtitle");
Ejemplo n.º 4
0
 /// <summary>Static getter for Services Introduction</summary>
 public static IHtmlString GetServicesIntroduction(IServicesControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("servicesIntroduction"));
 }
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.ServiceItem> GetServicesList(IServicesControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.ServiceItem> >("servicesList");