HttpContentHeaders.LastModified Eigenschap

Definitie

Haalt de waarde van de Last-Modified inhoudsheader op of stelt deze in op een HTTP-antwoord.

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)

Waarde van eigenschap

De waarde van de Last-Modified inhoudsheader in een HTTP-antwoord.

Van toepassing op