Click or drag to resize
NameValueCollectionExtensions Methods

The NameValueCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Adds an entry with the specified name and value to the NameValueCollection.
Public methodStatic memberAddAttachmentDisposition
Adds attachment disposition value to the collection.
Public methodStatic memberAddSizeConstraint
Adds size constraint's values to the collection.
Public methodStatic memberToQueryString
Returns a query string that represents the collection. Uses the format: ?name1=value1&name2=value2...
Top
See Also