CacheControlHeaderValue.NoCacheHeaders Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property NoCacheHeaders As ICollection(Of String)
Get
'Usage
Dim instance As CacheControlHeaderValue
Dim value As ICollection(Of String)
value = instance.NoCacheHeaders
public ICollection<string> NoCacheHeaders { get; }
public:
property ICollection<String^>^ NoCacheHeaders {
ICollection<String^>^ get ();
}
member NoCacheHeaders : ICollection<string>
function get NoCacheHeaders () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>