public static global::Newtonsoft.Json.Linq.JToken GetBodyText(IContentBase that) => that.Value <global::Newtonsoft.Json.Linq.JToken>("bodyText");
 public static string GetPageTitle(IContentBase that) => that.Value <string>("pageTitle");
Exemplo n.º 3
0
 public static IEnumerable <IPublishedElement> GetNestedContent(IContentBase that) => that.Value <IEnumerable <IPublishedElement> >("nestedContent");