HttpCachePolicy.SetOmitVaryStar Method
Assembly: System.Web (in system.web.dll)
public void SetOmitVaryStar ( boolean omit )
public function SetOmitVaryStar ( omit : boolean )
Parameters
- omit
true to direct the HttpCachePolicy to not use the * value for its VaryByHeaders property; otherwise, false.
This method allows you to prevent the output ached from adding a vary:* header to the outgoing response when the cached response varies by parameter. This is useful for clients varying caching by query string because most clients will automatically vary by query string without requiring the vary:* header.
Note |
|---|
| The use of the vary:* header can disable all client caching. |
This is a convenience method to affect the VaryByHeaders property. Passing true to the method directs the HttpCachePolicy to ignore the * value for the VaryByHeaders property.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note