HttpCachePolicy.SetNoTransforms Method

Definition

Sets the Cache-Control: no-transform HTTP header.

C#
public void SetNoTransforms();

Examples

The following code example demonstrates how to send the Cache-Control: no-transform directive with the current response.

C#
Response.Cache.SetNoTransforms();

Remarks

The Cache-Control: no-transform HTTP header instructs network caching applications not to modify the document.

The Cache-Control: no-transform HTTP header prevents downstream proxy servers from changing any header values specified by the Content-Encoding, Content-Range, or Content-Type headers (this includes the entity body). For example, it prevents proxies from converting GIF images to PNG.

As with other restrictions on caching, once SetNoTransforms is called, the Cache-Control: no-transform HTTP header cannot be disabled through the HttpCachePolicy interface.

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

Applies to

Proizvod Verzije
.NET Framework 1.1, 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