Gets the value of variable.
- Namespace
- Statiq
.Common - Containing Type
- IJavaScriptEngine
Syntax
T GetVariableValue<T>(string variableName)
Type Parameters
Name | Description |
---|---|
T | Type of variable. |
Parameters
Name | Type | Description |
---|---|---|
variableName | string | Variable name. |
Return Value
Type | Description |
---|---|
T | Value of variable. |