Ler em inglês Editar

Partilhar via


HttpCachePolicy.SetNoServerCaching Method

Definition

Stops all origin-server caching for the current response.

public void SetNoServerCaching();

Examples

The following code example demonstrates how to disable output caching for the remainder of the response.

Response.Cache.SetNoServerCaching();

Remarks

Explicitly denies caching of the document on the origin-server. Once set, all requests for the document are fully processed. When this method is invoked, caching cannot be re-enabled for the current response.

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

Applies to

Produto Versões
.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