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

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

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

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

Adds IActionContextAccessor with singleton scope to the service collection.

AddControllersTesting ( this serviceCollection ) : IServiceCollection

Adds controller testing services.

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

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

Adds IActionContextAccessor with singleton scope to the service collection.
public static AddActionContextAccessor ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
Результат IServiceCollection

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

Adds controller testing services.
public static AddControllersTesting ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
Результат IServiceCollection