ResponseHeaders.AppendList<T>(String, IList<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends the header name and it's values.
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))
Type Parameters
- T
Parameters
- name
- String
The header name.
- values
- IList<T>
The header values.