PartialCachingAttribute.ProviderName Property

Definition

Gets or sets the name of the provider that is used to store the output-cached data for the associated control.

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.

Remarks

You can set this property declaratively or by using an attribute.

Applies to