다음을 통해 공유


HttpFormUrlEncodedContent.Headers 속성

정의

HttpFormUrlEncodedContent에 설정된 콘텐츠 헤더 컬렉션을 가져옵니다.

public:
 property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = httpFormUrlEncodedContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection

속성 값

HttpFormUrlEncodedContent에 설정된 콘텐츠 헤더의 컬렉션입니다.

구현

적용 대상

추가 정보