ControlCachePolicy.SupportsCaching Property
.NET Framework (current version)
Gets a value indicating whether the user control supports caching.
Assembly: System.Web (in System.Web.dll)
A user control supports caching if it is associated with a BasePartialCachingControl instance, which signals that either an directive was parsed by the ASP.NET parser or the user control was decorated with a PartialCachingAttribute attribute.
.NET Framework
Available since 2.0
Available since 2.0
Show: