CacheControlHeaderValue.MustRevalidate 属性

定义

获取或设置一个值, must-revalidate 该值确定是否包含响应指令。

指示缓存在使用之前必须重新验证对源服务器的过时缓存的使用。

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

属性值

注解

请参阅 https://tools.ietf.org/html/rfc7234#section-5.2.2.1

适用于