DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section