| NameValueCollectionExtensions Methods |
The NameValueCollectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an entry with the specified name and value to the NameValueCollection.
| |
| AddAttachmentDisposition |
Adds attachment disposition value to the collection.
| |
| AddSizeConstraint |
Adds size constraint's values to the collection.
| |
| ToQueryString |
Returns a query string that represents the collection.
Uses the format: ?name1=value1&name2=value2...
|