Click or drag to resize

IComponentRegistrationPipelineBuilding 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
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
event EventHandler<IResolvePipelineBuilder> PipelineBuilding

Value

Type: SystemEventHandlerIResolvePipelineBuilder
See Also