ControlCachePolicy.ProviderName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the output-cache provider that is associated with a control instance.
public:
property System::String ^ ProviderName { System::String ^ get(); void set(System::String ^ value); };
public string ProviderName { get; set; }
member this.ProviderName : string with get, set
Public Property ProviderName As String
Property Value
The name of the provider.
Exceptions
The provider name was not found.
An attempt was made to set the ProviderName property during or after the PreRender event.
Remarks
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.