This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class QueryString
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class QueryString

The type exposes the following members.

Public Methods

  Name Description
Public method Static member ContainsCommandTrigger Overloaded.
Public method Static member CreateQuery
Creates a query string from given command values.
Public method Static member ParseCacheMode
Parses the cache mode from specified HTTP request.
Public method Static member ParseCommandValues
Parses the command values of the specified query string.
Public method Static member RemoveTrigger
Removes a command trigger from specified url.

Public Fields

  Name Description
Public field Static member QS_NOCACHE
The querystring no-cache key.
Public field Static member QS_TRIGGER
The querystring command trigger
Public field Static member TOKEN_ASSIGNMENT
The query assignment character
Public field Static member TOKEN_COMMA
The http query seperator
Public field Static member TOKEN_SEPARATOR
The query command parameter separator character

See Also

Advanced