NUnitAsp

FormVariables.ReplaceAll Method 

Replace all form variables with a particular name. This is the same as calling RemoveAll and then Add.

public void ReplaceAll(
   string name,
   string newValue
);

See Also

FormVariables Class | NUnit.Extensions.Asp Namespace