ASP Contents.RemoveAll-metoden

Application objekt reference håndbog

Definition og brug

Metoden Contents.RemoveAll kan fjerne alle elementer fra Contents-samlingen.

Syntaks

Application.Contents.RemoveAll()
Session.Contents.RemoveAll()

Eksempler på Application objekt

<%
Application.Contents.RemoveAll()
%>

Eksempler på Session objekt

<%
Session.Contents.RemoveAll()
%>

Application objekt reference håndbog