IStartupConfigureServicesFilter Interfejs

Definicja

Przestroga

Ten interfejs API jest już przestarzały.

Ten interfejs API obsługuje infrastrukturę ASP.NET Core i nie jest przeznaczony do użycia bezpośrednio z kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

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

Metody

ConfigureServices(Action<IServiceCollection>)
Przestarzałe.

Rozszerza podaną next akcję i zwraca zmodyfikowaną Action akcję tego samego typu.

Dotyczy