SaaS CMS has officially launched! Learn more now.

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