ControlCachePolicy.ProviderName Property

.NET Framework (current version)
 

Gets or sets the name of the output-cache provider that is associated with a control instance.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member ProviderName : string with get, set

Property Value

Type: System.String

The name of the provider.

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
Return to top
Show: