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