Freigeben über


HttpContentDispositionHeaderValue.TryParse Methode

Definition

Bestimmt, ob eine Zeichenfolge gültige HttpContentDispositionHeaderValue-Informationen ist.

public:
 static bool TryParse(Platform::String ^ input, [Out] HttpContentDispositionHeaderValue ^ & contentDispositionHeaderValue);
 static bool TryParse(winrt::hstring const& input, [Out] HttpContentDispositionHeaderValue const& & contentDispositionHeaderValue);
public static bool TryParse(string input, out HttpContentDispositionHeaderValue contentDispositionHeaderValue);
Public Shared Function TryParse (input As String, ByRef contentDispositionHeaderValue As HttpContentDispositionHeaderValue) As Boolean

Parameter

input
String

Platform::String

winrt::hstring

Die zu überprüfende Zeichenfolge.

contentDispositionHeaderValue
HttpContentDispositionHeaderValue

Die HttpContentDispositionHeaderValue-Version der Zeichenfolge.

Gibt zurück

Boolean

bool

true , wenn die Eingabe gültige HttpContentDispositionHeaderValue-Informationen ist; andernfalls false.

Beispiele

Sehen Sie sich das Codebeispiel in der HttpContentHeaderCollection-Klasse an.

Gilt für: