BasePartialCachingControl.Dependency Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets an instance of the CacheDependency class associated with the cached user control output.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.Caching.CacheDependencyThe CacheDependency associated with the server control.
This property allows you to remove user control output from the output cache when the associated cache dependency changes.
The following code example demonstrates how to set the Dependency property to a CacheDependency object that makes the control dependent on a text file. This code example is part of a larger example provided for the BasePartialCachingControl class.
.NET Framework
Available since 1.1
Available since 1.1
Show: