CookieHeaderValue.ParseList(IList<String>) Metoda

Definice

Parsuje posloupnost vstupů jako posloupnost CookieHeaderValue hodnot.

public:
 static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::CookieHeaderValue ^> ^ ParseList(System::Collections::Generic::IList<System::String ^> ^ inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> ParseList (System.Collections.Generic.IList<string> inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> ParseList (System.Collections.Generic.IList<string>? inputs);
static member ParseList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue>
Public Shared Function ParseList (inputs As IList(Of String)) As IList(Of CookieHeaderValue)

Parametry

inputs
IList<String>

Hodnoty, které chcete analyzovat.

Návraty

IList<CookieHeaderValue>

Analyzované hodnoty.

Platí pro