다음을 통해 공유


HttpContentDispositionHeaderValue.TryParse 메서드

정의

문자열이 유효한 HttpContentDispositionHeaderValue 정보인지 여부를 확인합니다.

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

매개 변수

input
String

Platform::String

winrt::hstring

유효성을 검사할 문자열입니다.

contentDispositionHeaderValue
HttpContentDispositionHeaderValue

문자열의 HttpContentDispositionHeaderValue 버전입니다.

반환

Boolean

bool

입력이 유효한 HttpContentDispositionHeaderValue 정보이면 true이고, 그렇지 않으면 false입니다.

예제

HttpContentHeaderCollection 클래스의 코드 예제를 참조하세요.

적용 대상