NameValueCollectionExtensions Class |
Namespace: Kentico.Content.Web.Mvc
public static class NameValueCollectionExtensions
The NameValueCollectionExtensions type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an entry with the specified name and value to the NameValueCollection.
| |
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...
|