OfficeStateProviderBase.Storage Property
Specifies a remote storage for session states.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Core
Declaration
public IOfficeStateStorageRemote Storage { get; }
Property Value
Type | Description |
---|---|
IOfficeStateStorageRemote | An object that is the session-state storage. |
See Also