HttpResponseBase.AddFileDependencies Method (String[])
.NET Framework (current version)
Adds an array of file names to the collection of file names on which the current response is dependent.
Assembly: System.Web (in System.Web.dll)
abstract AddFileDependencies : filenames:string[] -> unit override AddFileDependencies : filenames:string[] -> unit
Parameters
- filenames
-
Type:
System.String[]
An array of file names to add.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: