NUnitAsp

FormVariables.ValueOf Method 

Returns the value of the name/value pair with the specified name. Throws an exception if there aren't any pairs with that name or if there's more than one. Use AllValuesOf to handle cases where there isn't exactly one name/value pair with the requested name.

public string ValueOf(
   string name
);

See Also

FormVariables Class | NUnit.Extensions.Asp Namespace