Good morning, we are in umbraco 12, in a GridBlock, with Documentype gridBlock and two element types provaBlock and oneColumnSectionBlock,
I created a ViewComponet named GridBlock (same as Documentype) in the gridBlockComponent I have:
var content = context?.GetRequiredUmbracoContext()?.PublishedRequest?.PublishedContent;
which returns to me: look at the photo,
how do I access the provaBlock Element document?
Thank you
Help for GridBlock
Good morning, we are in umbraco 12, in a GridBlock, with Documentype gridBlock and two element types provaBlock and oneColumnSectionBlock, I created a ViewComponet named GridBlock (same as Documentype) in the gridBlockComponent I have:
var content = context?.GetRequiredUmbracoContext()?.PublishedRequest?.PublishedContent; which returns to me: look at the photo,
how do I access the provaBlock Element document? Thank you
Sorry answered in wrong topic
is working on a reply...