ASP Contents.RemoveAll Method

Application Object Reference Manual

Definition and Usage

The Contents.RemoveAll method can remove all items from the Contents collection.

Syntax

Application.Contents.RemoveAll()
Session.Contents.RemoveAll()

Examples for Application Object

<%
Application.Contents.RemoveAll()
%>

Examples for Session Object

<%
Session.Contents.RemoveAll()
%>

Application Object Reference Manual