Partilhar via


ResponseHeaders.AppendList<T>(String, IList<T>) Método

Definição

Acrescenta o nome do cabeçalho e seus valores.

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))

Parâmetros de tipo

T

Parâmetros

name
String

O nome do cabeçalho.

values
IList<T>

Os valores do cabeçalho.

Aplica-se a