StateBag::Remove Method (String^)

 

Removes the specified key/value pair from the StateBag object.

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

public:
void Remove(
	String^ key
)

Parameters

key
Type: System::String^

The item to remove.

The following code example demonstrates using the Remove method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: