HttpResponseWrapper::AddFileDependencies Method

 

Makes the validity of a cached response dependent on a specified file or files.

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

NameDescription
System_CAPS_pubmethodAddFileDependencies(ArrayList^)

Adds file names to the collection of file names on which the current response is dependent.(Overrides HttpResponseBase::AddFileDependencies(ArrayList^).)

System_CAPS_pubmethodAddFileDependencies(array<String^>^)

Adds an array of file names to the collection of file names on which the current response is dependent.(Overrides HttpResponseBase::AddFileDependencies(array<String^>^).)

Return to top
Show: