OutgoingWebResponseContext.LastModified 속성

정의

나가는 웹 응답의 마지막으로 수정된 헤더를 가져오거나 설정합니다.

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

속성 값

DateTime 요청된 리소스가 마지막으로 수정된 시간을 포함하는 인스턴스입니다.

적용 대상