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