コード例 #1
0
 public static string GetKnowMoreHeading(IKnowMore that) => that.Value <string>("knowMoreHeading");
コード例 #2
0
 public static IEnumerable <ImageAndLinkNC> GetKnowMoreContent(IKnowMore that) => that.Value <IEnumerable <ImageAndLinkNC> >("knowMoreContent");