BuildManager.GetCachedBuildDependencySet Method (HttpContext, String)

 

Returns a build dependency set for a virtual path if the path is located in the ASP.NET cache.

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

Public Shared Function GetCachedBuildDependencySet (
	context As HttpContext,
	virtualPath As String
) As BuildDependencySet

Parameters

context
Type: System.Web.HttpContext

The context of the request.

virtualPath
Type: System.String

The virtual path from which to determine the build dependency set.

Return Value

Type: System.Web.Compilation.BuildDependencySet

A BuildDependencySet object that is stored in the cache, or null if the BuildDependencySet object cannot be retrieved from the cache.

.NET Framework
Available since 2.0
Return to top
Show: