Aracılığıyla paylaş


NameValueHeaderValue.ParseStrictList(IList<String>) Yöntem

Tanım

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

input
IList<String>

Ayrıştıracak değerler.

Döndürülenler

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

Şunlara uygulanır