Page.AddWrappedFileDependencies(Object) Method

Definition

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.

protected public:
 void AddWrappedFileDependencies(System::Object ^ virtualFileDependencies);
protected internal void AddWrappedFileDependencies (object virtualFileDependencies);
member this.AddWrappedFileDependencies : obj -> unit
Protected Friend Sub AddWrappedFileDependencies (virtualFileDependencies As Object)

Parameters

virtualFileDependencies
Object

An Object containing the list of file names.

Remarks

The AddWrappedFileDependencies 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.

Applies to