BuildManager.GetVirtualPathDependencies Method (String)
.NET Framework (current version)
Provides a collection of virtual-path dependencies for a specified virtual path.
Assembly: System.Web (in System.Web.dll)
Public Shared Function GetVirtualPathDependencies ( virtualPath As String ) As ICollection
Parameters
- virtualPath
-
Type:
System.String
The virtual path used to determine the dependencies.
Return Value
Type: System.Collections.ICollectionAn ICollection collection of files represented by virtual paths that are caching dependencies for the virtual path.
.NET Framework
Available since 2.0
Available since 2.0
Show: