Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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