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 class XUriQuery
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class XUriQuery

The type exposes the following members.

Public Constructors

  Name Description
Public method XUriQuery Overloaded.

Protected Constructors

  Name Description
Protected method XUriQuery Overloaded.

Public Methods

  Name Description
Public method Add Overloaded.
Public method Clear
Invalidates the cached arrays and removes all entries from the NameValueCollection.
(Overrides NameValueCollection..::Clear()()()().)
Public method Clone
Creates a new object that is a copy of the current instance.
Public method CopyTo
Public method Static member Create
Creates a XUriQuery from the url if the url has
Public method Equals
Compares the given object to this XUriQuery.
(Overrides Object..::Equals(Object).)
Public method Static member EscapeValue Overloaded.
Public method Get (Inherited from NameValueCollection.)
Public method Get (Inherited from NameValueCollection.)
Public method GetEnumerator (Inherited from NameObjectCollectionBase.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::GetHashCode()()()().)
Public method GetKey (Inherited from NameValueCollection.)
Public method GetObjectData (Inherited from NameObjectCollectionBase.)
Public method GetType (Inherited from Object.)
Public method GetValue
Gets the String with the specified key.
Public method GetValues Overloaded.
Public method HasKeys (Inherited from NameValueCollection.)
Public method OnDeserialization (Inherited from NameObjectCollectionBase.)
Public method Remove
Removes the entries with the specified key from the NameObjectCollectionBase instance.
(Overrides NameValueCollection..::Remove(String).)
Public method Reset
Resets the query with the given string.
Public method Set Overloaded.
Public method SetRaw
Sets the raw (unescaped) value of an entry in the NameValueCollection.
Public method ToString Overloaded.

Protected Methods

Protected Fields

  Name Description
Protected field internalAddress
Internal uri.

Public Properties

  Name Description
Public property AllKeys (Inherited from NameValueCollection.)
Public property Count (Inherited from NameObjectCollectionBase.)
Public property Item Overloaded.
Public property Keys (Inherited from NameObjectCollectionBase.)
Public property UrlParameterMappings
Gets the URL parameter mappings.

Protected Properties

  Name Description
Protected property IsReadOnly (Inherited from NameObjectCollectionBase.)

Explicit Interface Implementations

See Also

Advanced