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.
In EPiServer 6R2 I was using this line to attach a funtion to the website first begin request
EPiServer.Web.InitializationModule.FirstBeginRequest += new EventHandler(App_FirstBeginRequest);
But in CMS7 I am getting a warning that InitializationModule.FirstBeginRequest is obsolete... How can i attach an event to the first begin request in EPiServer7?