HttpResponseWrapper::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:
virtual void AddFileDependency(
	String^ filename
) override

Parameters

filename
Type: System::String^

The name of the file to add.

.NET Framework
Available since 3.5
Return to top
Show: