System.Web.UI.Page.FileDependencies Property

Sets an array of files that the current System.Web.HttpResponse object is dependent upon.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
protected ArrayList FileDependencies { set; }

Value

a ArrayList

Remarks

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.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0