CacheControlHeaderValue.MaxAge 속성

정의

지시문의 값을 max-age 가져오거나 설정합니다.

max-age는 응답이 최신으로 간주되는 최대 시간을 지정합니다.

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

속성 값

설명

https://tools.ietf.org/html/rfc7234#section-5.2.1.1을 참조하세요.

적용 대상