CacheControlHeaderValue.MinFresh 속성

정의

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

HTTP 클라이언트가 응답을 수락할 의향이 있는 새로 고침 수명을 나타냅니다.

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

속성 값

설명

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

적용 대상