RemoveOutputCacheItem() 공개 정적인 메소드

public static RemoveOutputCacheItem ( string path ) : void
path string
리턴 void
예제 #1
0
 public override void RemoveOutputCacheItem(string path)
 {
     HttpResponse.RemoveOutputCacheItem(path);
 }