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 Code |
---|---|
[] public class XUriQuery |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Class XUriQuery |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear |
Invalidates the cached arrays and removes all entries from the NameValueCollection.
(Overrides NameValueCollection..::Clear()()()().) |
|
Clone |
Creates a new object that is a copy of the current instance.
|
|
CopyTo | ||
Create |
Creates a XUriQuery from the url if the url has
|
|
Equals |
Compares the given object to this XUriQuery.
(Overrides Object..::Equals(Object).) |
|
EscapeValue | Overloaded. | |
Get | (Inherited from NameValueCollection.) | |
Get | (Inherited from NameValueCollection.) | |
GetEnumerator | (Inherited from NameObjectCollectionBase.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object..::GetHashCode()()()().) |
|
GetKey | (Inherited from NameValueCollection.) | |
GetObjectData | (Inherited from NameObjectCollectionBase.) | |
GetType | (Inherited from Object.) | |
GetValue |
Gets the String with the specified key.
|
|
GetValues | Overloaded. | |
HasKeys | (Inherited from NameValueCollection.) | |
OnDeserialization | (Inherited from NameObjectCollectionBase.) | |
Remove |
Removes the entries with the specified key from the NameObjectCollectionBase instance.
(Overrides NameValueCollection..::Remove(String).) |
|
Reset |
Resets the query with the given string.
|
|
Set | Overloaded. | |
SetRaw |
Sets the raw (unescaped) value of an entry in the NameValueCollection.
|
|
ToString | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
BaseAdd | (Inherited from NameObjectCollectionBase.) | |
BaseClear | (Inherited from NameObjectCollectionBase.) | |
BaseGet | (Inherited from NameObjectCollectionBase.) | |
BaseGet | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllKeys | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllValues | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllValues | (Inherited from NameObjectCollectionBase.) | |
BaseGetKey | (Inherited from NameObjectCollectionBase.) | |
BaseHasKeys | (Inherited from NameObjectCollectionBase.) | |
BaseRemove | (Inherited from NameObjectCollectionBase.) | |
BaseRemoveAt | (Inherited from NameObjectCollectionBase.) | |
BaseSet | (Inherited from NameObjectCollectionBase.) | |
BaseSet | (Inherited from NameObjectCollectionBase.) | |
Finalize | (Inherited from Object.) | |
InvalidateCachedArrays | (Inherited from NameValueCollection.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Base Namespace