Latest web development tutorials

méthode ASP Contents.RemoveAll

Session Object Reference Session complète Object Reference

méthode Contents.RemoveAll de la collection Contents pour supprimer tous les éléments.

grammaire

Application.Contents.RemoveAll()

Session.Contents.RemoveAll()

Par exemple objet Application

<%
Application.Contents.RemoveAll()
%>

Par exemple objet Session

<%
Session.Contents.RemoveAll()
%>


Session Object Reference Session complète Object Reference