CacheControlHeaderValue.NoCacheHeaders 属性

定义

获取 HTTP 响应中缓存控制标头字段中“no-cache”指令中的字段名称集合。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ NoCacheHeaders { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public:
 property System::Collections::Generic::ICollection<Microsoft::Extensions::Primitives::StringSegment> ^ NoCacheHeaders { System::Collections::Generic::ICollection<Microsoft::Extensions::Primitives::StringSegment> ^ get(); };
public System.Collections.Generic.ICollection<string> NoCacheHeaders { get; }
public System.Collections.Generic.ICollection<Microsoft.Extensions.Primitives.StringSegment> NoCacheHeaders { get; }
member this.NoCacheHeaders : System.Collections.Generic.ICollection<string>
member this.NoCacheHeaders : System.Collections.Generic.ICollection<Microsoft.Extensions.Primitives.StringSegment>
Public ReadOnly Property NoCacheHeaders As ICollection(Of String)
Public ReadOnly Property NoCacheHeaders As ICollection(Of StringSegment)

属性值

适用于