CacheControlHeaderValue.NoCacheHeaders 属性

定义

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”指令中的字段名称。

适用于