public static Umbraco.Core.Models.Blocks.BlockListModel GetContentBlocks(IContentSection that) => that.Value <Umbraco.Core.Models.Blocks.BlockListModel>("contentBlocks");
Esempio n. 2
0
 public static IEnumerable <IPublishedElement> GetNestedContent(IContentSection that) => that.Value <IEnumerable <IPublishedElement> >("nestedContent");