Skip to main content

IOfficeStateStorageRemote.Get(String) Method

Returns a value of the variable with the specified name.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Core

Declaration

string Get(
    string key
)

Parameters

Name Type Description
key String

The key name.

Returns

Type Description
String

The value.

See Also