Page.GetWrappedFileDependencies Method
.NET Framework 3.0
This method supports the .NET Framework 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.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
protected Object GetWrappedFileDependencies ( String[] virtualFileDependencies )
protected function GetWrappedFileDependencies ( virtualFileDependencies : String[] ) : Object
Not applicable.
Parameters
- virtualFileDependencies
A string array of virtual file locations.
Return Value
An object containing a list of physical file locations.Community Additions
ADD
Show: