CacheControlHeaderValue.NoCache 속성

정의

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

no-cache를 구성하면 클라이언트가 원래 서버를 사용하여 캐시된 응답의 유효성을 다시 검사해야 합니다.

public:
 property bool NoCache { bool get(); void set(bool value); };
public bool NoCache { get; set; }
member this.NoCache : bool with get, set
Public Property NoCache As Boolean

속성 값

설명

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

적용 대상