ISessionFeature.Session Property

Definition

The ISession for the current request.

public:
 property Microsoft::AspNetCore::Http::ISession ^ Session { Microsoft::AspNetCore::Http::ISession ^ get(); void set(Microsoft::AspNetCore::Http::ISession ^ value); };
public Microsoft.AspNetCore.Http.ISession Session { get; set; }
member this.Session : Microsoft.AspNetCore.Http.ISession with get, set
Public Property Session As ISession

Property Value

Applies to