IStartupConfigureContainerFilter<TContainerBuilder> Interface

Definition

Caution

This API is now deprecated.

This API supports the ASP.NET Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

generic <typename TContainerBuilder>
public interface class IStartupConfigureContainerFilter
[System.Obsolete]
public interface IStartupConfigureContainerFilter<TContainerBuilder>
[<System.Obsolete>]
type IStartupConfigureContainerFilter<'ContainerBuilder> = interface
Public Interface IStartupConfigureContainerFilter(Of TContainerBuilder)

Type Parameters

TContainerBuilder
Attributes

Methods

ConfigureContainer(Action<TContainerBuilder>)

Extends the provided container and returns a modified Action action of the same type.

Applies to