OutgoingWebResponseContext.LastModified 属性

定义

获取或设置传出 Web 响应的上次修改时间标头。

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

一个包含所请求资源上次修改时间的 DateTime 实例。

适用于