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 인스턴스입니다.

적용 대상