NameValueHeaderValue.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 dizi girişi bir değer dizisi NameValueHeaderValue olarak ayrıştırıyor.
public:
static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ ParseStrictList(System::Collections::Generic::IList<System::String ^> ^ input);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> ParseStrictList (System.Collections.Generic.IList<string> input);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> ParseStrictList (System.Collections.Generic.IList<string>? input);
static member ParseStrictList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue>
Public Shared Function ParseStrictList (input As IList(Of String)) As IList(Of NameValueHeaderValue)
Parametreler
Döndürülenler
Ayrıştırılan değerler.