ASP Contents.RemoveAll 메서드
정의와 사용법
Contents.RemoveAll 메서드는 Contents 집합에서 모든 항목을 제거할 수 있습니다.
문법
Application.Contents.RemoveAll() Session.Contents.RemoveAll()
Application 객체에 대한 예제
<% Application.Contents.RemoveAll() %>
Session 객체에 대한 예제
<% Session.Contents.RemoveAll() %>