Udostępnij za pośrednictwem


HttpContentHeaders.LastModified Właściwość

Definicja

Pobiera lub ustawia wartość nagłówka Last-Modified zawartości w odpowiedzi HTTP.

public:
 property Nullable<DateTimeOffset> LastModified { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
public DateTimeOffset? LastModified { get; set; }
member this.LastModified : Nullable<DateTimeOffset> with get, set
Public Property LastModified As Nullable(Of DateTimeOffset)

Wartość właściwości

Wartość nagłówka Last-Modified zawartości w odpowiedzi HTTP.

Dotyczy