示例#1
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"));
 }
示例#2
0
 /// <summary>Static getter for Services Title</summary>
 public static string GetServicesTitle(IServicesControls that)
 {
     return(that.GetPropertyValue <string>("servicesTitle"));
 }
示例#3
0
 /// <summary>Static getter for Services Introduction</summary>
 public static IHtmlString GetServicesIntroduction(IServicesControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("servicesIntroduction"));
 }