Click or drag to resize
QueryCollectionExtensions Class
Provides additional methods from IQueryCollection implementations.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.ExtensionsQueryCollectionExtensions

Namespace: CMS.Helpers.Extensions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static class QueryCollectionExtensions
Methods
  NameDescription
Public methodStatic memberToQueryString(IQueryCollection)
Returns an & separated serialization of IQueryCollection object.
Public methodStatic memberToQueryString(IQueryCollection, Boolean)
Returns an & separated serialization of IQueryCollection object.
Top
See Also