Sdílet prostřednictvím


CookieHeaderValue.TryParseStrictList Metoda

Definice

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

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

Parametry

inputs
IList<String>

Hodnoty, které se mají analyzovat.

parsedValues
IList<CookieHeaderValue>

Analyzované hodnoty.

Návraty

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

Platí pro