WebTestContext.Remove Method
Include Protected Members
Include Inherited Members
Removes an element from the WebTestContext object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Remove(KeyValuePair<String, Object>) | Removes a KeyValuePair from the WebTestContext. | |
Remove(String) | Removes the element with the specified key from the WebTestContext. |
Top