The properties of System.Web.UI.PartialCachingAttribute are listed below. For a list of all members, see the PartialCachingAttribute Members list.
See Also: Inherited members from System.Attribute
[read-only] | Duration | int.
Gets the amount of time, in seconds, that cached items should remain in the output cache. |
[read-only] | Shared | bool.
Gets a value indicating whether user control output can be shared with multiple pages. |
[read-only] | SqlDependency | string.
Gets a delimited string that identifies one or more database and table name pairs that the cached user control is dependent on. |
[read-only] | VaryByControls | string.
Gets a list of user control properties that the output cache uses to vary the user control. |
[read-only] | VaryByCustom | string.
Gets a list of custom strings that the output cache will use to vary the user control. |
[read-only] | VaryByParams | string.
Gets a list of query string or form POST parameters that the output cache will use to vary the user control. |