HttpFormUrlEncodedContent.Headers Eigenschaft

Definition

Ruft eine Auflistung von Inhaltsheadern ab, die für httpFormUrlEncodedContent festgelegt sind.

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

Eigenschaftswert

Eine Auflistung von Inhaltsheadern, die für httpFormUrlEncodedContent festgelegt sind.

Implementiert

Gilt für:

Weitere Informationen