SessionStateItemCollection::Remove Method (String^)
.NET Framework (current version)
Deletes an item from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the item to delete from the collection.
If the SessionStateItemCollection collection does not contain an element with the specified name, the collection remains unchanged. No exception is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: