Freigeben über


HttpContentDispositionHeaderValue(String) Konstruktor

Definition

Initialisiert eine neue instance der HttpContentDispositionHeaderValue-Klasse mit Inhaltscodierungsinformationen zur Verwendung im Content-Disposition-HTTP-Header.

public:
 HttpContentDispositionHeaderValue(Platform::String ^ dispositionType);
 HttpContentDispositionHeaderValue(winrt::hstring const& dispositionType);
public HttpContentDispositionHeaderValue(string dispositionType);
function HttpContentDispositionHeaderValue(dispositionType)
Public Sub New (dispositionType As String)

Parameter

dispositionType
String

Platform::String

winrt::hstring

Der Wert für die Inhaltsdisposition, der im CONTENT-Disposition-HTTP-Header verwendet werden soll. Gültige Werte finden Sie unter Content Disposition Values und Content-Disposition .

Beispiele

Weitere Informationen finden Sie im Codebeispiel in der HttpContentHeaderCollection-Klasse.

Gilt für:

Weitere Informationen