ASP Contents.RemoveAll-metoden

Application-objekt referenshandbok

Definition och användning

Metoden Contents.RemoveAll kan ta bort alla objekt från innehållsgruppen Contents.

Grammatik

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

Exempel för Application-objekt

<%
Application.Contents.RemoveAll()
%>

Exempel för Session-objekt

<%
Session.Contents.RemoveAll()
%>

Application-objekt referenshandbok