Click or drag to resize
NameValueCollectionExtensions Class
Provides extension methods for the NameValueCollection class.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcNameValueCollectionExtensions

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class NameValueCollectionExtensions

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