Compartir a través de


EntityTagHeaderValue.TryParseStrictList Método

Definición

Intenta analizar la secuencia de valores como una secuencia de uso de reglas de EntityTagHeaderValue análisis de cadenas.

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

Parámetros

inputs
IList<String>

Valores que se van a analizar.

parsedValues
IList<EntityTagHeaderValue>

Valores analizados.

Devoluciones

true Es si todas las entradas son válidas EntityTagHeaderValue; de lo contrario false, es .

Se aplica a