THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

ASP Contents.RemoveAll Method


Application Object Reference Complete Application Object Reference

The Contents.RemoveAll method deletes all items from the Contents collection.

Syntax

Application.Contents.RemoveAll()

Session.Contents.RemoveAll()

Example for the Application Object

<%
Application.Contents.RemoveAll()
%>

Example for the Session Object

<%
Session.Contents.RemoveAll()
%>

Application Object Reference Complete Application Object Reference