[缺少 "M:TouchSocket.Http.HttpExtensions.SetFormUrlEncodedContent``1(``0,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})" 的 <summary> 文档]
public static void SetFormUrlEncodedContent<TRequest>(
this TRequest request,
IEnumerable<KeyValuePair<string, string>> nameValueCollection
)
where TRequest : HttpRequest
<ExtensionAttribute>
Public Shared Sub SetFormUrlEncodedContent(Of TRequest As HttpRequest) (
request As TRequest,
nameValueCollection As IEnumerable(Of KeyValuePair(Of String, String))
)
[<ExtensionAttribute>]
static member SetFormUrlEncodedContent :
request : 'TRequest *
nameValueCollection : IEnumerable<KeyValuePair<string, string>> -> unit when 'TRequest : HttpRequest
[缺少 "M:TouchSocket.Http.HttpExtensions.SetFormUrlEncodedContent``1(``0,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})" 的 <param name="request"/> 文档]
[缺少 "M:TouchSocket.Http.HttpExtensions.SetFormUrlEncodedContent``1(``0,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})" 的 <param name="nameValueCollection"/> 文档]
[缺少 "M:TouchSocket.Http.HttpExtensions.SetFormUrlEncodedContent``1(``0,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})" 的 <typeparam name="TRequest"/> 文档]