CacheControlHeaderValue.Extensions Property

Gets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public ReadOnly Property Extensions As ICollection(Of NameValueHeaderValue)
    Get
'Usage
Dim instance As CacheControlHeaderValue 
Dim value As ICollection(Of NameValueHeaderValue)

value = instance.Extensions
public ICollection<NameValueHeaderValue> Extensions { get; }
public:
property ICollection<NameValueHeaderValue^>^ Extensions {
    ICollection<NameValueHeaderValue^>^ get ();
}
member Extensions : ICollection<NameValueHeaderValue>
function get Extensions () : ICollection<NameValueHeaderValue>

Property Value

Type: System.Collections.Generic.ICollection<NameValueHeaderValue>

See Also

Reference

CacheControlHeaderValue Class

System.Net.Http.Headers Namespace