Partilhar via


NameValueHeaderValue.TryParseList Método

Definição

Tenta analisar a sequência de valores como uma sequência de NameValueHeaderValue.

public:
 static bool TryParseList(System::Collections::Generic::IList<System::String ^> ^ input, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ % parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string> input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> parsedValues);
public static bool TryParseList (System.Collections.Generic.IList<string>? input, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue>? parsedValues);
static member TryParseList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseList (input As IList(Of String), ByRef parsedValues As IList(Of NameValueHeaderValue)) As Boolean

Parâmetros

input
IList<String>

Os valores a serem analisados.

parsedValues
IList<NameValueHeaderValue>

Os valores analisados.

Retornos

true se todas as entradas forem válidas NameValueHeaderValue, caso contrário false, .

Aplica-se a