コード例 #1
0
 public static Umbraco.Core.Models.Blocks.BlockListModel GetContentBlocks(IContentSection that) => that.Value <Umbraco.Core.Models.Blocks.BlockListModel>("contentBlocks");
コード例 #2
0
 public static IEnumerable <IPublishedElement> GetNestedContent(IContentSection that) => that.Value <IEnumerable <IPublishedElement> >("nestedContent");