A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi
I think you can just cast the Page, or the PageBase property if you inherit from UserControlBase, to a SystemPageBase to get a reference to the container.
((SystemPageBase)Page).SystemMessageContainer
Regards
Per Gunsarfs
EPiServer Development Team
Hi,
I have added a new tab to the "EditPanel". And if understand it correctly I can only use usercontrols in this section.
So my question is the following: Is there any way to use the "SystemMessageContainer" to show messages from a UserControl?