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.3Syntax
public interface IFirstRequestInitializer
Properties
CanRunInParallel
Indicates if the initializer can run in parallel with other IFirst
Declaration
bool CanRunInParallel { get; }
Property Value
Type | Description |
---|---|
System. |