ControlCachePolicy.ProviderName Property
.NET Framework (current version)
Gets or sets the name of the output-cache provider that is associated with a control instance.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ProviderException | The provider name was not found. |
| HttpException | An attempt was made to set the ProviderName property during or after the PreRender event. |
The ProviderName property enables you to specify the current output-cache provider that is associated with a control, by using the ControlCachePolicy instance. This property can be set only before the PreRender event occurs in the control life cycle.
.NET Framework
Available since 4.0
Available since 4.0
Show: