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