This documentation is archived and is not being maintained.

HttpCacheVaryByParams.IgnoreParams Property

Gets or sets a value indicating whether HTTP header cache-control parameters are ignored.

[Visual Basic]
Public Property IgnoreParams As Boolean
[C#]
public bool IgnoreParams {get; set;}
[C++]
public: __property bool get_IgnoreParams();
public: __property void set_IgnoreParams(bool);
[JScript]
public function get IgnoreParams() : Boolean;
public function set IgnoreParams(Boolean);

Property Value

true if cache-control parameters are ignored; otherwise, false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpCacheVaryByParams Class | HttpCacheVaryByParams Members | System.Web Namespace

Show: