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 methods.

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.

See Also

Advanced