Share via


FormUrlEncodedContent 생성자

정의

이름/값 쌍의 특정 컬렉션을 사용하여 FormUrlEncodedContent 클래스의 새 인스턴스를 초기화합니다.

public:
 FormUrlEncodedContent(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ nameValueCollection);
public FormUrlEncodedContent (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> nameValueCollection);
public FormUrlEncodedContent (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string?,string?>> nameValueCollection);
new System.Net.Http.FormUrlEncodedContent : seq<System.Collections.Generic.KeyValuePair<string, string>> -> System.Net.Http.FormUrlEncodedContent
Public Sub New (nameValueCollection As IEnumerable(Of KeyValuePair(Of String, String)))

매개 변수

nameValueCollection
IEnumerable<KeyValuePair<String,String>>

이름/값 쌍으로 된 컬렉션입니다.

적용 대상