PartialCachingAttribute Properties
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Duration | Gets the amount of time, in seconds, that cached items should remain in the output cache. |
![]() | ProviderName | Gets or sets the name of the provider that is used to store the output-cached data for the associated control. |
![]() | Shared | Gets a value indicating whether user control output can be shared with multiple pages. |
![]() | SqlDependency | Gets a delimited string that identifies one or more database and table name pairs that the cached user control is dependent on. |
![]() | TypeId | |
![]() | VaryByControls | Gets a list of user control properties that the output cache uses to vary the user control. |
![]() | VaryByCustom | Gets a list of custom strings that the output cache will use to vary the user control. |
![]() | VaryByParams | Gets a list of query string or form POST parameters that the output cache will use to vary the user control. |
Show:
