ASP vervalAbsolute eiendom


❮ Voltooi reaksie-objekverwysing

Die ExpiresAbsolute-eienskap stel 'n datum en tyd wanneer 'n kasbladsy op 'n blaaier sal verval. As 'n gebruiker na dieselfde bladsy terugkeer voor hierdie datum/tyd, word die kasweergawe vertoon.


Sintaksis

response.ExpiresAbsolute[=[date][time]]

Parameter Description
date Specifies the date on which the page will expire.

If this parameter is not specified, the page will expire at the specified time on the day that the script is run.

time Specifies the time at which the page will expire.

If this parameter is not specified, the page will expire at midnight of the specified day.


Voorbeelde

Die volgende kode dui aan dat die bladsy om 16:00 op 11 Oktober 2012 sal verval:

<%response.ExpiresAbsolute=#October 11,2012 16:00:00#%>

❮ Voltooi reaksie-objekverwysing