HttpContentHeaders.ContentLanguage Eigenschaft

Definition

Ruft den Wert des Content-Language-Inhaltsheaders in einer HTTP-Antwort ab.

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

Eigenschaftswert

Der Wert des Content-Language-Inhaltsheaders in einer HTTP-Antwort.

Gilt für: