ComponentPipelineBuildingArgsPipelineBuilder Property |
Gets the pipeline builder for the registration. Add middleware to the builder to add to the component behaviour.
Namespace:
Autofac.Core.Registration
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public IResolvePipelineBuilder PipelineBuilder { get; }
Public ReadOnly Property PipelineBuilder As IResolvePipelineBuilder
Get
Property Value
Type:
IResolvePipelineBuilder[Missing <value> documentation for "P:Autofac.Core.Registration.ComponentPipelineBuildingArgs.PipelineBuilder"]
See Also