HttpContentHeaders.ContentLanguage 屬性

定義

取得 HTTP 回應內容標頭的值 Content-Language

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)

屬性值

HTTP 回應上的內容標頭值 Content-Language

適用於