PartialCachingControl

PartialCachingControldisposable

System.Web.UI (system.web.dll)class

This class is utilized by the ASP.NET framework to use fragment caching with user controls. You can enable fragment caching by using the OutputCache directive at the beginning of the appropriate .ascx file.

public class PartialCachingControl : BasePartialCachingControl {
// Public Instance Properties
   public Control CachedControl{get; }
}

Hierarchy

System.Object Control(System.ComponentModel.IComponent, System.IDisposable, IParserAccessor, IDataBindingsAccessor) BasePartialCachingControl PartialCachingControl



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace