HttpApplicationStateBase.Remove(String) Method

Definition

When overridden in a derived class, removes the named object from the collection.

public:
 virtual void Remove(System::String ^ name);
public virtual void Remove (string name);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (name As String)

Parameters

name
String

The name of the object to remove from the collection.

Exceptions

Applies to