CookieHeaderValue.ParseStrictList(IList<String>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dize ayrıştırma kurallarını kullanarak bir giriş dizisini CookieHeaderValue bir değer dizisi olarak ayrıştırıyor.
public:
static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::CookieHeaderValue ^> ^ ParseStrictList(System::Collections::Generic::IList<System::String ^> ^ inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> ParseStrictList (System.Collections.Generic.IList<string> inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> ParseStrictList (System.Collections.Generic.IList<string>? inputs);
static member ParseStrictList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue>
Public Shared Function ParseStrictList (inputs As IList(Of String)) As IList(Of CookieHeaderValue)
Parametreler
Döndürülenler
Ayrıştırılan değerler.