[缺少 "T:TouchSocket.Http.IFormCollection" 的 <summary> 文档]
public interface IFormCollection : IEnumerable<KeyValuePair<string, string>>,
IEnumerable
Public Interface IFormCollection
Inherits IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable
type IFormCollection =
interface
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
end
ContainsKey | |
Get | |
GetEnumerator | Returns an enumerator that iterates through the collection. (继承自 IEnumerableKeyValuePairString, String。) |
TryGetValue |
ForEachKeyValuePairString, String |
循环遍历每个元素,执行Action动作
(由 CollectionsExtension 定义。) |
ForEachAsyncKeyValuePairString, String |
循环遍历每个元素,执行异步动作
(由 CollectionsExtension 定义。) |