C# Class MyTested.AspNetCore.Mvc.ServiceCollectionSessionExtensions

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

Public Methods

Method Description
ReplaceSession ( this serviceCollection ) : IServiceCollection

Replaces the default ISessionStore with a mocked implementation.

Method Details

ReplaceSession() public static method

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