NUnitAsp

FormVariables.Remove Method 

Remove a specific name/value pair. If the pair is in the collection more than once, this method will only remove one of them.

public void Remove(
   string name,
   string value
);

See Also

FormVariables Class | NUnit.Extensions.Asp Namespace