IStartupConfigureServicesFilter 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.

public interface class IStartupConfigureServicesFilter
[System.Obsolete]
public interface IStartupConfigureServicesFilter
[<System.Obsolete>]
type IStartupConfigureServicesFilter = interface
Public Interface IStartupConfigureServicesFilter
Attributes

Methods

ConfigureServices(Action<IServiceCollection>)

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

Applies to