コード例 #1
0
 public static global::Newtonsoft.Json.Linq.JToken GetBodyText(IContentBase that) => that.Value <global::Newtonsoft.Json.Linq.JToken>("bodyText");
コード例 #2
0
 public static string GetPageTitle(IContentBase that) => that.Value <string>("pageTitle");
コード例 #3
0
 public static IEnumerable <IPublishedElement> GetNestedContent(IContentBase that) => that.Value <IEnumerable <IPublishedElement> >("nestedContent");