HeaderDictionaryTypeExtensions.AppendList<T> 메서드

정의

IHeaderDictionary시퀀스를 에 추가합니다.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void AppendList(Microsoft::AspNetCore::Http::IHeaderDictionary ^ Headers, System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public static void AppendList<T> (this Microsoft.AspNetCore.Http.IHeaderDictionary Headers, string name, System.Collections.Generic.IList<T> values);
static member AppendList : Microsoft.AspNetCore.Http.IHeaderDictionary * string * System.Collections.Generic.IList<'T> -> unit
<Extension()>
Public Sub AppendList(Of T) (Headers As IHeaderDictionary, name As String, values As IList(Of T))

형식 매개 변수

T

헤더 값의 형식입니다.

매개 변수

name
String

헤더 이름입니다.

values
IList<T>

추가할 값입니다.

적용 대상