C# Class MyTested.AspNetCore.Mvc.ServiceCollectionSessionExtensions

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

Méthodes publiques

Méthode Description
ReplaceSession ( this serviceCollection ) : IServiceCollection

Replaces the default ISessionStore with a mocked implementation.

Method Details

ReplaceSession() public static méthode

Replaces the default ISessionStore with a mocked implementation.
public static ReplaceSession ( this serviceCollection ) : IServiceCollection
serviceCollection this Instance of type.
Résultat IServiceCollection