System.Web.UI.PartialCachingAttribute: Property Members

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

Public Properties

[read-only]
Durationint.

Gets the amount of time, in seconds, that cached items should remain in the output cache.

[read-only]
Sharedbool.

Gets a value indicating whether user control output can be shared with multiple pages.

[read-only]
SqlDependencystring.

Gets a delimited string that identifies one or more database and table name pairs that the cached user control is dependent on.

[read-only]
VaryByControlsstring.

Gets a list of user control properties that the output cache uses to vary the user control.

[read-only]
VaryByCustomstring.

Gets a list of custom strings that the output cache will use to vary the user control.

[read-only]
VaryByParamsstring.

Gets a list of query string or form POST parameters that the output cache will use to vary the user control.