BuildManager.GetCachedBuildDependencySet Method (HttpContext, String)
.NET Framework (current version)
Returns a build dependency set for a virtual path if the path is located in the ASP.NET cache.
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.BuildDependencySetA 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
Available since 2.0
Show: