HttpResponseBase::AddFileDependencies Method (ArrayList^)

 

Adds file names to the collection of file names on which the current response is dependent.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void AddFileDependencies(
	ArrayList^ filenames
)

Parameters

filenames
Type: System.Collections::ArrayList^

The names of the files to add.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: