Method UseNCacheSession
UseNCacheSession(IApplicationBuilder)
Adds the NCache Session Middleware to automatically enable session state for the application.
Declaration
public static IApplicationBuilder UseNCacheSession(this IApplicationBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplicationBuilder | builder | Provides the mechanisms to configure application's request pipeline. |
Returns
| Type | Description |
|---|---|
| IApplicationBuilder | Provides the mechanisms to configure application's request pipeline. |