<Complete Reference Object Application
Metoda Contents.RemoveAll șterge toate articolele din colecția Cuprins.
Sintaxă
Application.Contents.RemoveAll()
Session.Contents.RemoveAll()
Exemplu pentru obiect Application
<%
Application.Contents.RemoveAll()
%>
Exemplu pentru obiect Session
<%
Session.Contents.RemoveAll()
%>
<Complete Reference Object Application