ASP Contents.RemoveAll 方法

Application 对象参考手册

定义和用法

Contents.RemoveAll 方法可从 Contents 集合删除所有的项目。

语法
Application.Contents.RemoveAll()

Session.Contents.RemoveAll()
针对 Application 对象的例子
<%
Application.Contents.RemoveAll()
%>
针对 Session 对象的例子
<%
Session.Contents.RemoveAll()
%>

Application 对象参考手册