NameValueHeaderValue.TryParseStrictList 메서드

정의

문자열 구문 분석 규칙을 사용하는 시퀀스로 값 시 NameValueHeaderValue 퀀스를 구문 분석하려고 시도합니다.

public:
 static bool TryParseStrictList(System::Collections::Generic::IList<System::String ^> ^ input, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ % parsedValues);
public static bool TryParseStrictList (System.Collections.Generic.IList<string> input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> parsedValues);
public static bool TryParseStrictList (System.Collections.Generic.IList<string>? input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue>? parsedValues);
static member TryParseStrictList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseStrictList (input As IList(Of String), ByRef parsedValues As IList(Of NameValueHeaderValue)) As Boolean

매개 변수

input
IList<String>

구문 분석할 값입니다.

parsedValues
IList<NameValueHeaderValue>

구문 분석된 값입니다.

반환

true모든 입력이 유효한 경우 이고, 그렇지 않으면 false입니다StringWithQualityHeaderValue.

적용 대상