コード例 #1
0
 public static string GetSubHeading(ILandingPage that) => that.Value <string>("subHeading");
コード例 #2
0
 public static IPublishedContent GetButtonLink(ILandingPage that) => that.Value <IPublishedContent>("buttonLink");
コード例 #3
0
 public static string GetButtonText(ILandingPage that) => that.Value <string>("buttonText");
コード例 #4
0
 public static IPublishedContent GetBackgroundImage(ILandingPage that) => that.Value <IPublishedContent>("backgroundImage");