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 sealed class UrlParameterMappings |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class UrlParameterMappings |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
|
|
Copy | Overloaded. | |
CopyFrom |
Copies settings from another .
|
|
Create |
Creates an UrlParameterMappings object for the specified query.
|
|
Equals | (Inherited from Object.) | |
Escape |
Escapes the specified value for use in the Url path.
|
|
GetEnumerator |
Returns an enumerator that iterates through the System.Collections.Generic.List.
|
|
GetHashCode | (Inherited from Object.) | |
GetName | Overloaded. | |
GetNames |
Gets the maped Url parameter names.
|
|
GetPath |
Gets the path representing the URL parameters, to append to an Url endpoint.
|
|
GetRealName |
Gets the name of a querystring parameter by mapped Url parameter.
|
|
GetType | (Inherited from Object.) | |
GetValue |
Gets the value of an url parameter by index.
|
|
IsMapped |
Determines whether the specified key is mapped to an Url parameter.
|
|
IsUrlParameter |
Determines whether the given querystring name is an Url parameter.
|
|
Map | Overloaded. | |
Reset |
Clears the current URL parameters
|
|
RewriteUnnamedParams |
Convert unnamed querystring parameters like ?urlParam1=xxx&urlParam2=yyy to .../xxx/yyy
|
|
Setup |
Used to initialize Url Parameter settings.
|
|
ToString | Overloaded. | |
Unescape |
Unescapes the value of an url parameter.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Base Namespace