IHttpContent.Headers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 在 IHttpContent上設定的內容標頭集合。
public:
property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = iHttpContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection
屬性值
在 IHttpContent上設定的內容標頭集合。
備註
Headers 屬性會傳回 HttpContentHeaderCollection 物件,可用來取得或設定 HTTP 要求或 HTTP 回應中 HTTP 內容上的特定標頭。