HttpCachePolicy.SetOmitVaryStar(Boolean) Method

Definition

Specifies whether the response should contain the vary:* header when varying by parameters.

C#
public void SetOmitVaryStar(bool omit);

Parameters

omit
Boolean

true to direct the HttpCachePolicy to not use the * value for its VaryByHeaders property; otherwise, false.

Remarks

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.

Uwaga

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.

SetOmitVaryStar is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

Produkt Wersje
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1