ASP Contents.RemoveAll 方法
❮ 完整的 Application 应用程序对象参考
Contents.RemoveAll 方法从 Contents 集合中删除所有项目。
语法
Application.Contents.RemoveAll()
Session.Contents.RemoveAll()
Example for the Application Object
<%
Application.Contents.RemoveAll()
%>
Example for the Session Object
<%
Session.Contents.RemoveAll()
%>
❮ 完整的 Application 应用程序对象参考