Language(언어)/ASP
ASP Application 개체 Contents.RemoveAll
대학교닷컴
2013. 12. 6. 11:02
반응형
Contents.RemoveAll
영문
Syntax: Application.Contents.RemoveAllThe Contents.RemoveAll method is used to remove all items from a Contents collection.
The Contents.RemoveAll method deletes all items that are in the Application.Contents collection.
번역본
구문 : Application.Contents.RemoveAllThe의 Contents.RemoveAll 방법은 목차 컬렉션에서 모든 항목을 제거하는 데 사용됩니다.
Contents.RemoveAll 방법 삭제 Application.Contents 컬렉션에있는 모든 항목.
예제
Code:
<%
Application.Contents.RemoveAll( )
%>