OutputCacheParameters.VaryByParam 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 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
The list of query string or form POST parameters.
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.