CacheControlHeaderValue.NoCacheHeaders 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
HTTP 响应上一个缓存控制标头字段中“no-cache”指令内的字段名的集合。
public:
property System::Collections::Generic::ICollection<System::String ^> ^ NoCacheHeaders { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> NoCacheHeaders { get; }
member this.NoCacheHeaders : System.Collections.Generic.ICollection<string>
Public ReadOnly Property NoCacheHeaders As ICollection(Of String)
属性值
字段名的集合。
注解
此属性表示 HTTP 响应上 cache-control 标头字段中“no-cache”指令中的 fieldname。