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