C# Class MyTested.AspNetCore.Mvc.ServiceCollectionControllersExtensions

Contains controller extension methods for IServiceCollection.
ファイルを表示 Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method Description
AddActionContextAccessor ( this serviceCollection ) : IServiceCollection

Adds IActionContextAccessor with singleton scope to the service collection.

AddControllersTesting ( this serviceCollection ) : IServiceCollection

Adds controller testing services.

Method Details

AddActionContextAccessor() public static method

Adds IActionContextAccessor with singleton scope to the service collection.
public static AddActionContextAccessor ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
return IServiceCollection

AddControllersTesting() public static method

Adds controller testing services.
public static AddControllersTesting ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
return IServiceCollection