HttpCacheVaryByParams.IgnoreParams Property

Definition

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.

Applies to