HttpApplicationStateWrapper::Remove Method (String^)

 

Removes the object specified by name from the collection.

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

public:
virtual void Remove(
	String^ name
) override

Parameters

name
Type: System::String^

The name of the object to remove from the collection.

.NET Framework
Available since 3.5
Return to top
Show: