HttpResponseWrapper.DisableUserCache Method

Definition

Disables IIS user-mode caching for this response.

public:
 override void DisableUserCache();
public override void DisableUserCache ();
override this.DisableUserCache : unit -> unit
Public Overrides Sub DisableUserCache ()

Remarks

For information about this member, see HttpResponse.DisableUserCache.

Applies to