RemoveOutputCacheItem() публичный статический Метод

public static RemoveOutputCacheItem ( string path ) : void
path string
Результат void
Пример #1
0
 public override void RemoveOutputCacheItem(string path)
 {
     HttpResponse.RemoveOutputCacheItem(path);
 }