NUnitAsp

FormVariables.Add Method 

Add a name/value pair. Add doesn't overwrite any existing pairs with the same name, so in most cases, ReplaceAll is more appropriate.

public void Add(
   string name,
   string value
);

See Also

FormVariables Class | NUnit.Extensions.Asp Namespace