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 콘텐츠 헤더 값입니다.

적용 대상