Page.GetWrappedFileDependencies Method (String())
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a list of physical file names that correspond to a list of virtual file locations.
Assembly: System.Web (in System.Web.dll)
Protected Function GetWrappedFileDependencies ( virtualFileDependencies As String() ) As Object
Parameters
- virtualFileDependencies
-
Type:
System.String()
A string array of virtual file locations.
The GetWrappedFileDependencies 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: