C# 클래스 MyTested.AspNetCore.Mvc.ServiceCollectionControllersExtensions

Contains controller extension methods for IServiceCollection.
파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
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