Page.AddWrappedFileDependencies(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.