Page.AddWrappedFileDependencies Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
protected void AddWrappedFileDependencies ( Object virtualFileDependencies )
protected internal function AddWrappedFileDependencies ( virtualFileDependencies : Object )
Not applicable.
Parameters
- virtualFileDependencies
An Object containing the list of file names.
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.
Community Additions
ADD
Show: