[Solved] Fetch BlockList content from headless. NET client
b
I am using the following. NET client to fetch content from Umbraco Heartcore. There's a few examples woth Nested Content resolved as
IEnumerable<IElement>
, but how to fetch content from BlockList? https://github.com/umbraco/Umbraco.Headless.Client.Net/tree/master/samples/Umbraco.Headless.Client.Samples.Web
11 Views