Click or drag to resize
DictionaryContainerGetValue Method
Gets the value from QueryString.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public Object GetValue(
	string key
)

Parameters

key
Type: SystemString
QueryString key

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also