| PageRoutingHelper Class |
Namespace: CMS.DocumentEngine.Routing
public static class PageRoutingHelper
The PageRoutingHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| HIDE_PREFIX_FOR_DEFAULT_CULTURE_URL_KEY |
Settings key name for hiding the language prefix for default culture version.
| |
| HOME_PAGE_BEHAVIOR_KEY |
Settings key name for home page behavior.
| |
| HOME_PAGE_PATH_KEY |
Settings key name for home page path.
| |
| LOWERCASE_PATH_MODE_KEY |
Settings key name for lowercase paths mode.
| |
| ROUTING_MODE_KEY |
Settings key name for routing mode.
| |
| STORE_FORMER_URLS_KEY |
Settings key name for generating former URLs.
| |
| TRAILING_SLASH_MODE_KEY |
Settings key name for trailing slash mode.
| |
| URL_CULTURE_FORMAT_KEY |
Settings key name for URL culture format.
| |
| USE_CULTURE_ALIAS_AS_LANGUAGE_PREFIX_IN_URL |
Settings key name for using culture alias as language prefix in URLs.
|
| Name | Description | |
|---|---|---|
| EnsureAbsoluteUrlFormat |
Ensures correct page absolute URL format based on settings configuration for the content tree based router.
| |
| EnsurePathFormat |
Ensures correct page URL path format based on settings configuration for the content tree based router.
| |
| GetHomePagePath |
Gets node alias path which represents the home page.
| |
| GetHomePageUrlBehavior |
Gets the home page URL behavior.
| |
| GetPageUrlPath |
Gets the PageUrlPath from given data container.
| |
| GetRoutingMode |
Retrieves the routing mode from the settings.
| |
| GetStoreFormerUrls |
Indicates if the former URLs should be stored.
| |
| GetUrlCultureFormat |
Retrieves the URL culture format for routing from the settings.
| |
| HideLanguagePrefixForDefaultCultureUrl |
Indicates if language prefix should be hidden for URLs of pages in default site culture.
| |
| UseCultureAliasAsLanguagePrefixInUrl |
Indicates if culture alias is used as language prefix in URLs
| |
| UseLowerCasePaths |
Indicates if the page URL paths should be in lowercase format based on the settings.
| |
| UseURLsWithTrailingSlash |
Gets the settings for the URL trailing slash rules.
|