HttpResponse.ExpiresAbsolute 속성

정의

캐시된 정보를 캐시에서 제거할 절대 날짜 및 시간을 가져오거나 설정합니다. ExpiresAbsolute는 이전 버전 ASP와의 호환성을 위해 제공됩니다.

public:
 property DateTime ExpiresAbsolute { DateTime get(); void set(DateTime value); };
public DateTime ExpiresAbsolute { get; set; }
member this.ExpiresAbsolute : DateTime with get, set
Public Property ExpiresAbsolute As DateTime

속성 값

DateTime

페이지가 만료되는 날짜 및 시간입니다.

설명

iiS(인터넷 정보 서비스ExpiresAbsolute) 출력 캐시 및 CacheControl 클라이언트 캐시를 제어하기 위해 내장 개체를 통해 Cache 사용할 수 있는 클래스의 HttpCachePolicy 메서드를 위해 , Expires및 속성이 더 이상 사용되지 않습니다.

적용 대상