C# Class MyTested.AspNetCore.Mvc.ServiceCollectionExtensions

Contains extension methods for IServiceCollection.
Afficher le fichier Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Méthodes publiques

Méthode Description
AddMvcTesting ( this serviceCollection ) : IServiceCollection

Adds MVC testing services.

Method Details

AddMvcTesting() public static méthode

Adds MVC testing services.
public static AddMvcTesting ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
Résultat IServiceCollection