HttpContentHeaders.ContentLanguage Property

Gets {insert text here}.

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

Syntax

'Declaration
Public ReadOnly Property ContentLanguage As ICollection(Of String)
    Get
'Usage
Dim instance As HttpContentHeaders 
Dim value As ICollection(Of String)

value = instance.ContentLanguage
public ICollection<string> ContentLanguage { get; }
public:
property ICollection<String^>^ ContentLanguage {
    ICollection<String^>^ get ();
}
member ContentLanguage : ICollection<string>
function get ContentLanguage () : ICollection<String>

Property Value

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

See Also

Reference

HttpContentHeaders Class

System.Net.Http.Headers Namespace