HttpSessionStateWrapper.Remove(String) Method

Definition

Deletes an item from the session-state collection.

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

Parameters

name
String

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

Applies to