OutputCacheParameters.VaryByParam
OutputCacheParameters.VaryByParam
OutputCacheParameters.VaryByParam
OutputCacheParameters.VaryByParam
Property
Definition
Gets a semicolon-delimited list of query string or form POST parameters that the output cache uses to vary the cache entry.
public:
property System::String ^ VaryByParam { System::String ^ get(); void set(System::String ^ value); };
public string VaryByParam { get; set; }
member this.VaryByParam : string with get, set
Public Property VaryByParam As String
Property Value
Remarks
When this property is set to multiple parameters, the output cache contains a different version of the requested document for each specified parameter. Possible values include "none", "*", and any valid query string or POST parameter name.