System.Web.Compilation.BuildManager.GetCachedBuildDependencySet Method

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

Syntax

public static BuildDependencySet GetCachedBuildDependencySet (System.Web.HttpContext context, string virtualPath)

Parameters

context
The context of the request.
virtualPath
The virtual path from which to determine the build dependency set.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0