ResponseHeaders.AppendList<T>(String, IList<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute le nom de l’en-tête et ses valeurs.
public:
generic <typename T>
void AppendList(System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public void AppendList<T>(string name, System.Collections.Generic.IList<T> values);
member this.AppendList : string * System.Collections.Generic.IList<'T> -> unit
Public Sub AppendList(Of T) (name As String, values As IList(Of T))
Paramètres de type
- T
Paramètres
- name
- String
Nom de l'en-tête.
- values
- IList<T>
Valeurs d'en-tête.