Aracılığıyla paylaş


CookieHeaderValue.TryParseStrictList Yöntem

Tanım

Değerlerin dizisini dize ayrıştırma kurallarının bir dizisi CookieHeaderValue olarak ayrıştırmaya çalışır.

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

Parametreler

inputs
IList<String>

Ayrıştıracak değerler.

parsedValues
IList<CookieHeaderValue>

Ayrıştırılan değerler.

Döndürülenler

true tüm girişler geçerliyse StringWithQualityHeaderValue, değilse false.

Şunlara uygulanır