IRegistrationBuilder<TLimit, TActivatorData, TRegistrationStyle>.OnPreparing Method |
Name | Description | |
---|---|---|
![]() | OnPreparing(Action<PreparingEventArgs>) |
Add a handler for the Preparing event. This event allows manipulating of the parameters
that will be provided to the component.
|
![]() | OnPreparing(Func<PreparingEventArgs, ValueTask>) |
Add an async handler for the Preparing event. This event allows manipulating of the parameters
that will be provided to the component.
|