ResponseHeaders.SetList<T>(String, IList<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定的标头及其值。
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))
类型参数
- T
值的类型。
参数
- name
- String
标头名称。
- values
- IList<T>
标头值的顺序。