Latest web development tutorials

metodo ASP Contents.RemoveAll

Sessione Object Reference Sessione completa Object Reference

Metodo Contents.RemoveAll dalla collezione Sommario per rimuovere tutti gli elementi.

grammatica

Application.Contents.RemoveAll()

Session.Contents.RemoveAll()

Per esempio oggetto Application

<%
Application.Contents.RemoveAll()
%>

Ad esempio, oggetto Session

<%
Session.Contents.RemoveAll()
%>


Sessione Object Reference Sessione completa Object Reference