This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a query string from given command values.
Namespace: Smartsite.Web.Commands
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public static string CreateQuery( <> values ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function CreateQuery ( _ values As (Of ) _ ) As |
Parameters
- values
- IEnumerable<(Of <CommandParameterValue>)>
The values.
Return Value
See Also
QueryString Class
Smartsite.Web.Commands Namespace