How can I know if a non-required RenderSection exists?

@* Omitted code.. *@ @RenderBody() @RenderSection("Sidebar", required: false) Is there any way to know in the Omitted code part if the RenderSection Sidebar exists or not? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as … Read more