BuildManager::GetVirtualPathDependencies Method (String^)

 

Provides a collection of virtual-path dependencies for a specified virtual path.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
static ICollection^ GetVirtualPathDependencies(
	String^ virtualPath
)

Parameters

virtualPath
Type: System::String^

The virtual path used to determine the dependencies.

Return Value

Type: System.Collections::ICollection^

An ICollection collection of files represented by virtual paths that are caching dependencies for the virtual path.

.NET Framework
Available since 2.0
Return to top
Show: