HttpResponse::AddFileDependencies Method (ArrayList^)
.NET Framework (current version)
Adds a group of file names to the collection of file names on which the current response is dependent.
Assembly: System.Web (in System.Web.dll)
Parameters
- filenames
-
Type:
System.Collections::ArrayList^
The collection of files to add.
The following example is an ASP.NET page that is output cached. The code for the page creates an ArrayList of file paths, and then passes the ArrayList as the parameter in a call to the AddFileDependencies method. This makes the output cached response invalid if any of the files specified in the ArrayList changes.
.NET Framework
Available since 1.1
Available since 1.1
Show: