Sdílet prostřednictvím


ResponseHeaders.SetList<T>(String, IList<T>) Metoda

Definice

Nastaví zadanou hlavičku a její hodnoty.

public:
generic <typename T>
 void SetList(System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public void SetList<T> (string name, System.Collections.Generic.IList<T> values);
public void SetList<T> (string name, System.Collections.Generic.IList<T>? values);
member this.SetList : string * System.Collections.Generic.IList<'T> -> unit
Public Sub SetList(Of T) (name As String, values As IList(Of T))

Parametry typu

T

Typ hodnoty

Parametry

name
String

Název hlavičky.

values
IList<T>

Posloupnost hodnot záhlaví.

Platí pro