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 sealed class UrlParameterMappings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class UrlParameterMappings

The type exposes the following fields.

Public Fields

  Name Description
Public field Static member DefaultEndpointExtension
Extension for denoting friendly name URL segments that are Url Endpoints.
Public field Static member 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.
Public field Static member EscapedDashValue
Representation of the dash in url parameters must be escaped, since the dash is used to represent empty values.

See Also

Advanced