예제 #1
0
 /// <summary>Static getter for Customer Support</summary>
 public static IHtmlString GetCustomerSupport(IContactUs that)
 {
     return(that.GetPropertyValue <IHtmlString>("customerSupport"));
 }
예제 #2
0
 /// <summary>Static getter for Technical Support</summary>
 public static IHtmlString GetTechnicalSupport(IContactUs that)
 {
     return(that.GetPropertyValue <IHtmlString>("technicalSupport"));
 }
예제 #3
0
 /// <summary>Static getter for Heading</summary>
 public static string GetSocialMediaHeading(IContactUs that)
 {
     return(that.GetPropertyValue <string>("socialMediaHeading"));
 }
예제 #4
0
 /// <summary>Static getter for Investor Relation</summary>
 public static IHtmlString GetInvestorRelation(IContactUs that)
 {
     return(that.GetPropertyValue <IHtmlString>("investorRelation"));
 }
예제 #5
0
 /// <summary>Static getter for Facebook link</summary>
 public static string GetFacebookLink(IContactUs that)
 {
     return(that.GetPropertyValue <string>("facebookLink"));
 }
예제 #6
0
 /// <summary>Static getter for Customer Support Title</summary>
 public static string GetCustomerSupportTitle(IContactUs that)
 {
     return(that.GetPropertyValue <string>("customerSupportTitle"));
 }