Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::AddFileDependencies Method (array<String^>^)

 

Adds an array of 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:
void AddFileDependencies(
	array<String^>^ filenames
)

Parameters

filenames
Type: array<System::String^>^

An array of files to add.

The following example adds an array of file names to the AddFileDependencies file dependency list. If the files changes, the cached response is invalidated.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft