DefaultSessionFeature Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type exists only for the purpose of unit testing where the user can directly set the Session property without the need for creating a ISessionFeature.
public ref class DefaultSessionFeature : Microsoft::AspNetCore::Http::Features::ISessionFeature
public class DefaultSessionFeature : Microsoft.AspNetCore.Http.Features.ISessionFeature
type DefaultSessionFeature = class
interface ISessionFeature
Public Class DefaultSessionFeature
Implements ISessionFeature
- Inheritance
-
DefaultSessionFeature
- Implements
Constructors
DefaultSessionFeature() |
Properties
Session |
The ISession for the current request. |