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::AddFileDependency Method (String^)

 

Adds a single file name 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 AddFileDependency(
	String^ filename
)

Parameters

filename
Type: System::String^

The name of the file to add.

When you use the AddFileDependency method to add a file dependency, you must also specify output caching programmatically or declaratively. For example, to specify output caching declaratively, use the directive. For more information, see How to: Cache Page Output with File Dependencies.

The following example shows how to add a single file name to the AddFileDependency file dependency list. If the file changes, the cached response is invalidated.

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

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