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.
search
AI OnAI Off
In EPiServer Relate+ 2 the CmsIntegrationModule is implemeneted as a class that extends the InitializationModule.
I trying to do this in my project but cannot compile the code.
[EPiServer.Framework.ModuleDependencyAttribute(typeof(EPiServer.Web.InitializationModule))]
public class CmsIntegrationModule : EPiServer.Framework.IInitializableModule
EPiServer.Framework.ModuleDependencyAttribute is not an attribute...
Instead I made the classic way by implementing a http module. But this solution looks very good. Does anyone know how to use ModuleDependencyAttribute?