BasePartialCachingControl.Dependency Property

Definition

Gets or sets an instance of the CacheDependency class associated with the cached user control output.

C#
public System.Web.Caching.CacheDependency Dependency { get; set; }

Property Value

The CacheDependency associated with the server control.

Examples

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.

C#
c.Dependency = new CacheDependency(MapPath("dep1.txt"));

Remarks

This property allows you to remove user control output from the output cache when the associated cache dependency changes.

Applies to

Tuote Versiot
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1