ASP-Methode Contents.RemoveAll
Definition und Verwendung
Die Methode Contents.RemoveAll kann alle Elemente aus der Sammlung Contents löschen.
Syntax
Application.Contents.RemoveAll() Session.Contents.RemoveAll()
Beispiel für das Application-Objekt
<% Application.Contents.RemoveAll() %>
Beispiel für das Session-Objekt
<% Session.Contents.RemoveAll() %>