次の方法で共有


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 インスタンス。

適用対象