Sets an array of files that the current System.Web.HttpResponse object is dependent upon.
a ArrayList
This property has been deprecated. Use the erload:System.Web.HttpResponse.AddFileDependencies method or the System.Web.HttpResponse.AddFileDependency(string) method of the System.Web.HttpResponse class instead.
In most circumstances, do not set this property in code. Set the FileDependencies attribute to true using the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.