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: static BuildDependencySet^ GetCachedBuildDependencySet( HttpContext^ context, String^ virtualPath )
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
Available since 2.0
Show: