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 properties.
Public Properties
Name | Description | |
---|---|---|
Active |
Gets a value indicating whether the Url is currently mapped.
|
|
Count |
Gets the URL Parameter count.
|
|
Enabled |
Gets a value indicating whether this UrlParameterMappings is enabled.
|
|
EndpointExtension |
Friendly name Url endpoint suffix to denotate url parameters.
|
|
EndpointExtensionIsEmpty |
Returns true is Url EndPointExtension prefix is empty string.
|
|
Item |
Gets or sets the String at the specified index.
|
See Also
Smartsite.Base Namespace