当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP Contents.RemoveAll 方法

ASP
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP 摘要
ASP 实例

ASP Contents.RemoveAll 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 412 ::
收藏到网摘: n/a

The Contents.RemoveAll method deletes all items from the Contents collection.
Contents.RemoveAll方法是用来删除Contents集合中的所有的项目。

Syntax
语法

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

Example for the Application Object
Application对象举例

<%
Application.Contents.RemoveAll()
%>

Example for the Session Object
Session对象举例

<%
Session.Contents.RemoveAll()
%>

评论 (0) All

登陆 | 还没注册?