BasePartialCachingControl.Dependency Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an instance of the CacheDependency class associated with the cached user control output.
public:
property System::Web::Caching::CacheDependency ^ Dependency { System::Web::Caching::CacheDependency ^ get(); void set(System::Web::Caching::CacheDependency ^ value); };
public System.Web.Caching.CacheDependency Dependency { get; set; }
member this.Dependency : System.Web.Caching.CacheDependency with get, set
Public Property Dependency As CacheDependency
The CacheDependency associated with the server control.
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.Dependency = new CacheDependency(MapPath("dep1.txt"));
c.Dependency = New CacheDependency(MapPath("dep1.txt"))
This property allows you to remove user control output from the output cache when the associated cache dependency changes.
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 |
Tuotteen .NET palaute
.NET on avoin lähdekoodi projekti. Anna palautetta valitsemalla linkki: