HttpCacheVaryByParams.IgnoreParams 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 a value indicating whether an HTTP response varies by Get or Post parameters.
public:
property bool IgnoreParams { bool get(); void set(bool value); };
public bool IgnoreParams { get; set; }
member this.IgnoreParams : bool with get, set
Public Property IgnoreParams As Boolean
Property Value
true if HTTP request parameters are ignored; otherwise, false.
Remarks
Setting the IgnoreParams property to true is equivalent to setting the @ OutputCache directive VaryByParams attribute to "none" for the resource.