System.Web.UI.Page.GetWrappedFileDependencies Method

Returns a list of physical file names that correspond to a list of virtual file locations.

Syntax

protected object GetWrappedFileDependencies (string[] list)

Parameters

list
Documentation for this section has not yet been entered.

Returns

An object containing a list of physical file locations.

Remarks

The Page.GetWrappedFileDependencies(String[]) method gets a list of files, such as user control files, that make up the current page. If any of these pages are modified, the entire page is compiled the next time it is requested. Do not override this method.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0