ScriptVariables.Add

Adds a property and value to the client side object to be rendered into JavaScript code. VariableName becomes a property on the object and the value will be properly converted into JavaScript Compatible text.

public void Add( string variableName,
	object value );

Parameters

variableName

value


See also:

Class ScriptVariables


  Last Updated: 7/15/2008 | © West Wind Technologies, 2008