Previous PageNext Page

13.7.20 IResponse::put_Expires

The IResponse::put_Expires method sets the current value of the Expires property of the Response object.
 

HRESULT put_Expires(

LONG lExpiresMinutes //LONG that contains the new Expires value

);

Parameters

lExpiresMinutes
A Long integer that contains the new Expires value.

Remarks

If the user returns to the same page before it expires, the cached version is displayed. If this method is set more than once on a page, the shortest time is used.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page