IJavaScriptEngine.

GetVariableValue<T>(string) Method

Summary

Gets the value of variable.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.JavaScript
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.
GitHub