Click or drag to resize
QueryCollectionExtensions Class
Extensions methods over IQueryCollection.

This belongs to the internal namespace and is used for Kentico purposes. Avoid using members of internal namespace.

Inheritance Hierarchy
SystemObject
  CMS.Base.InternalQueryCollectionExtensions

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public static class QueryCollectionExtensions

The QueryCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToNameValueCollection
Converts to NameValueCollection as a copy. The StringValues values of the collection are copied by implicit conversion to String.
Top
See Also