Click or drag to resize

ComponentRegistrationPipelineBuilding Event

Provides an event that will be invoked just before a pipeline is built, and can be used to add additional middleware at that point.

Namespace:  Autofac.Core.Registration
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public event EventHandler<IResolvePipelineBuilder> PipelineBuilding

Value

Type: SystemEventHandlerIResolvePipelineBuilder

Implements

IComponentRegistrationPipelineBuilding
See Also