OfficeStateProviderBase.Get(String) Method
Returns a value of the variable with the specified name.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v25.2.dll
NuGet Package: DevExpress.AspNetCore.Core
Declaration
public string Get(
string key
)
Parameters
| Name | Type | Description |
|---|---|---|
| key | String | The key name. |
Returns
| Type | Description |
|---|---|
| String | The value. |
See Also