NUnitAsp

FormVariables.AllValuesOf Method 

Returns all the values associated with the specified name. Returns an empty (zero-length) array if there aren't any. ValueOf is more convenient when there's exactly one name/value pair with the specified name.

public string[] AllValuesOf(
   string name
);

See Also

FormVariables Class | NUnit.Extensions.Asp Namespace