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 fields.
Public Fields
Name | Description | |
---|---|---|
DefaultEndpointExtension |
Extension for denoting friendly name URL segments that are Url Endpoints.
|
|
EmptyValue |
Represents an empty value for passing on the Url path. This cannot be an empty string, since double slashes in the path are cleaned up.
|
|
EscapedDashValue |
Representation of the dash in url parameters must be escaped, since the dash is used to represent empty values.
|
See Also
Smartsite.Base Namespace