• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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
Microsoft.AspNetCore.Builder.IApplicationBuilder builder

Provides the mechanisms to configure application's request pipeline.

Returns
Type Description
Microsoft.AspNetCore.Builder.IApplicationBuilder

Provides the mechanisms to configure application's request pipeline.

Back to top Copyright © 2017 Alachisoft