IStartupConfigureContainerFilter<TContainerBuilder>.ConfigureContainer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends the provided container
and returns a modified Action action of the same type.
public:
Action<TContainerBuilder> ^ ConfigureContainer(Action<TContainerBuilder> ^ container);
public Action<TContainerBuilder> ConfigureContainer (Action<TContainerBuilder> container);
abstract member ConfigureContainer : Action<'ContainerBuilder> -> Action<'ContainerBuilder>
Public Function ConfigureContainer (container As Action(Of TContainerBuilder)) As Action(Of TContainerBuilder)
Parameters
- container
- Action<TContainerBuilder>
The ConfigureContainer method to extend.
Returns
Action<TContainerBuilder>
A modified Action.
Applies to
Feedback
Submit and view feedback for