Hevea documentation

HttpFormItemCollection.ContainsKey Method 

NOTE: This method is now obsolete.

You should use the method Contains instead


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

public bool ContainsKey(
   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