Sdílet prostřednictvím


NameValueHeaderValue.TryParseStrictList Metoda

Definice

Pokusí se analyzovat sekvenci hodnot jako posloupnost NameValueHeaderValue použití pravidel analýzy řetězců.

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

Parametry

input
IList<String>

Hodnoty, které se mají analyzovat.

parsedValues
IList<NameValueHeaderValue>

Analyzované hodnoty.

Návraty

true pokud jsou všechny vstupy platné StringWithQualityHeaderValue, jinak false.

Platí pro