다음을 통해 공유


IncomingWebResponseContext.ContentType 속성

정의

들어오는 웹 응답의 콘텐츠 형식 헤더를 가져옵니다.

public:
 property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

속성 값

String

들어오는 웹 응답의 콘텐츠 형식 헤더입니다.

적용 대상