IResponse::put_CacheControl

The IResponse::put_CacheControl method sets the value of the CacheControl property of the Response object.

HRESULT put_CacheControl(

  BSTR bstrCacheControl  // contains the new CacheControl value

);

 

Parameters
bstrCacheControl
[in] A binary string that contains the new CacheControl value.
Remarks

You can use the CacheControl value to determine whether or not proxy servers should cache ASP output.

See Also

Response Object, IResponse::get_CacheControl