Declaration
public static NameValuesCollection<TValue> ToNameValuesCollection<TValue>(
this IEnumerable<KeyValuePair<string, TValue>> pairs
)
Summary
Creates a
NameValuesCollection<TValue> from a collection of key-value pairs.
Generic type parameters
TValue | This type parameter is not documented. |