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

Interface IFirstRequestInitializer

Implemented by components that needs a http request for initialization. The implementations will be called once on the first request.

Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public interface IFirstRequestInitializer

Properties

CanRunInParallel

Indicates if the initializer can run in parallel with other IFirstRequestInitializer implementations.

Declaration
bool CanRunInParallel { get; }
Property Value
Type Description
System.Boolean

Extension Methods