Hevea documentation

HttpFormItemCollection.Contains Method 

Checks that a form item is contained in the collection (case insensitive).

public bool Contains(
   string item
);

Parameters

item
item identifier

Return Value

true if the item is in the collection

Exceptions

Exception Type Condition
ArgumentNullException item is null

See Also

HttpFormItemCollection Class | Hevea.Core.Http Namespace