HttpSessionStateBase::Remove Method (String^)

 

When overridden in a derived class, deletes an item from the session-state collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of the item to delete from the session-state collection.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: