ASP Contents.RemoveAll 方法
Contents.RemoveAll 方法从 Contents 集合删除所有的项目。
语法
Application.Contents.RemoveAll() Session.Contents.RemoveAll()
针对 Application 对象的实例
<% Application.Contents.RemoveAll() %>
针对 Session 对象的实例
<% Session.Contents.RemoveAll() %>
Contents.RemoveAll 方法从 Contents 集合删除所有的项目。
Application.Contents.RemoveAll() Session.Contents.RemoveAll()
<% Application.Contents.RemoveAll() %>
<% Session.Contents.RemoveAll() %>