다음을 통해 공유


HttpResponseBase.Headers 속성

정의

응답 헤더의 컬렉션을 가져옵니다.

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property Headers As NameValueCollection

속성 값

응답 헤더입니다.

예외

적용 대상