HttpResponse.DisableKernelCache Method

Definition

Disables kernel caching for the current response.

public:
 void DisableKernelCache();
public void DisableKernelCache ();
member this.DisableKernelCache : unit -> unit
Public Sub DisableKernelCache ()

Remarks

If kernel caching is not supported, this method has no effect.

Applies to