System.Web.UI.Page.AddWrappedFileDependencies Method

Adds a list of dependent files that make up the current page. This method is used internally by the ASP.NET page framework and is not intended to be used directly from your code.

Syntax

protected void AddWrappedFileDependencies (object virtualFileDependencies)

Parameters

virtualFileDependencies
An object containing the list of file names.

Remarks

The Page.AddWrappedFileDependencies(object) method adds a list of files, such as user control files, that make up the current page. If any of these pages is modified, the entire page is compiled the next time it is requested. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Requirements

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