C# Класс MyTested.AspNetCore.Mvc.ServiceCollectionOptionsExtensions

Contains options extension methods for IServiceCollection.
Показать файл Открыть проект

Открытые методы

Метод Описание
ReplaceOptions ( this serviceCollection ) : IServiceCollection

Replaces the default IOptions{TOptions} with a scoped implementation.

Описание методов

ReplaceOptions() публичный статический Метод

Replaces the default IOptions{TOptions} with a scoped implementation.
public static ReplaceOptions ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
Результат IServiceCollection