Type in a url in the address bar to see which defined routes match it. A {*catchall} route is added to the list of routes automatically in case none of your routes match.
To generate URLs using routing, supply route values via the query string. example: http://localhost:14230/?id=123
: {culture}/{controller}/{action}
| Key | Value |
|---|---|
| culture | fr-be |
| controller | account |
| action | retrievepassword |
| Key | Value |
|---|
| Matches Current Request | Url | Defaults | Constraints | DataTokens |
|---|---|---|---|---|
| False | {resource}.axd/{*pathInfo} | (null) | (empty) | (null) |
| False | CMSPages/GetCMSVersion.aspx | (null) | (null) | (null) |
| False | CMSPages/GetCMSVersion | (null) | (null) | (null) |
| False | getavatar/{avatarguid}/{filename} | (null) | avatarguid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | CMSPages/Newsletters/GetEmailBrowserContent.ashx | (null) | (null) | (null) |
| False | CMSPages/GetAzureFile.aspx | (null) | (null) | (null) |
| False | CMSPages/Scheduler.ashx | (null) | (null) | (null) |
| False | CMSPages/GetMetafile.aspx | (null) | (null) | (null) |
| False | getmetafile/{fileguid}/{filename} | (null) | fileguid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | CMSPages/GetFile.aspx | (null) | (null) | (null) |
| False | getimage/{guid}/{filename} | (null) | guid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | getattachment/{guid}/{filename} | (null) | guid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | cms/getattachment/{guid}/{filename} | (null) | guid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | getattachment/{*pathandfilename} | (null) | (null) | (null) |
| False | cms/getattachment/{*pathandfilename} | (null) | (null) | (null) |
| False | CMSModules/ContactManagement/Pages/Tools/SalesForce/LeadOutboundMessageHandler.ashx | (null) | (null) | (null) |
| False | getproduct/{skuguid}/{skuname} | (null) | skuguid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | CMSPages/GetAmazonFile.aspx | (null) | (null) | (null) |
| False | CMSPages/GetLocalSharePointFile.ashx | (null) | (null) | (null) |
| False | CMSPages/GetSharePointFile.ashx | (null) | (null) | (null) |
| False | CMSPages/GetMediaFile.aspx | (null) | (null) | (null) |
| False | getmedia/{fileguid}/{filename} | (null) | fileguid = CMS.AspNet.Platform.Routing.GuidRouteConstraint | (null) |
| False | Kentico.FormBuilder/File/Get | (null) | (null) | (null) |
| False | Kentico.Debug/RequestLog/{action}/{name} | action = Get, controller = KenticoRequestLog, name = SQLQueries | (empty) | (empty) |
| False | Kentico.Debug/RequestLog/{action} | action = GetAllCacheItems, controller = KenticoRequestLog | (empty) | (empty) |
| False | Kentico.Debug/RequestLog/{action}/{key} | action = GetCacheItem, controller = KenticoRequestLog | (empty) | (empty) |
| False | Kentico.VirtualContext/{action} | controller = KenticoVirtualContextAuthentication | action = Authenticate|AuthenticationIframe | (empty) |
| False | KenticoCookiePolicyCheck | controller = KenticoCookiePolicyDetection, action = Index | (empty) | (empty) |
| False | Kentico.Resource/Builder/Scripts/Localization/{cultureCode}.js | controller = KenticoLocalizationScript, action = Script | (empty) | (empty) |
| False | Kentico.FormBuilder/Configuration/Set | controller = KenticoFormBuilderConfiguration, action = Set | (empty) | (empty) |
| False | Kentico.FormBuilder/Configuration/Get/{formId} | controller = KenticoFormBuilderConfiguration, action = Get | (empty) | (empty) |
| False | Kentico.FormBuilder/Markup/EditorRow/{identifier}/{formId} | controller = KenticoFormComponentMarkup, action = EditorRow | identifier = Kentico.Forms.Web.Mvc.FormComponentIdentifierConstraint | (empty) |
| False | Kentico.FormBuilder/Configuration/GetDefaultProperties/{identifier}/{formId} | controller = KenticoFormComponentConfiguration, action = GetDefaultProperties | identifier = Kentico.Forms.Web.Mvc.FormComponentIdentifierConstraint | (empty) |
| False | Kentico.FormBuilder/Metadata/GetAll/{formId} | controller = KenticoFormComponentMetadata, action = GetAll | (empty) | (empty) |
| False | Kentico.FormBuilder/KenticoFormBuilderConfiguration/DefaultProperties/{typeIdentifier}/{action} | controller = KenticoFormBuilderConfiguration, action = GetFormSectionDefaultProperties | (empty) | (empty) |
| False | Kentico.FormBuilder/FormSections/{typeIdentifier}/KenticoFormSectionPropertiesForm/{action} | controller = KenticoFormSectionPropertiesForm, action = Index | (empty) | (empty) |
| False | Kentico.FormBuilder/Index/{formId} | controller = KenticoFormBuilder, action = Index | (empty) | (empty) |
| False | Kentico.FormBuilder/FormSections/{typeIdentifier}/{controller} | action = Index | typeIdentifier = Kentico.Forms.Web.Mvc.SectionIdentifierConstraint, controller = Kentico.Forms.Web.Mvc.SectionControllerConstraint | (empty) |
| False | Kentico.FormBuilder/FormBuilderPropertiesPanel/GetPropertiesMarkup/{formId} | controller = KenticoFormBuilderPropertiesPanel, action = GetPropertiesMarkup | (empty) | (empty) |
| False | Kentico.FormBuilder/FormBuilderPropertiesPanel/ValidateProperties/{formComponentInstanceIdentifier}/{formComponentTypeIdentifier}/{formId}/{formFieldName} | controller = KenticoFormBuilderPropertiesPanel, action = ValidateProperties | (empty) | (empty) |
| False | Kentico.FormBuilder/FormBuilderPropertiesPanel/GetValidationRuleConfiguration/{formId} | controller = KenticoFormBuilderPropertiesPanel, action = GetValidationRuleConfigurationMarkup | (empty) | (empty) |
| False | Kentico.FormBuilder/FormBuilderPropertiesPanel/ValidateValidationRuleConfiguration/{formComponentInstanceIdentifier}/{validationRuleIdentifier}/{formId}/{formFieldName} | controller = KenticoFormBuilderPropertiesPanel, action = ValidateValidationRuleConfiguration | (empty) | (empty) |
| False | Kentico.FormBuilder/FormBuilderPropertiesPanel/GetVisibilityConditionConfigurationMarkup/{formId} | controller = KenticoFormBuilderPropertiesPanel, action = GetVisibilityConditionConfigurationMarkup | (empty) | (empty) |
| False | Kentico.FormBuilder/FormBuilderPropertiesPanel/ValidateVisibilityConditionConfiguration/{formId}/{formFieldName}/{formComponentInstanceIdentifier} | controller = KenticoFormBuilderPropertiesPanel, action = ValidateVisibilityConditionConfiguration | (empty) | (empty) |
| False | Kentico.FormBuilder/FormItem/Preview/{formId}/{itemId} | controller = KenticoFormItem, action = PreviewItem | (empty) | (empty) |
| False | Kentico.FormBuilder/FormItem/Edit/{formId}/{itemId} | controller = KenticoFormItem, action = EditItem, itemId = 0 | (empty) | (empty) |
| False | Kentico.FormBuilder/FormItem/Submit | controller = KenticoFormItem, action = Submit | (empty) | (empty) |
| False | Kentico.FormBuilder/ValidationRules/GetAll | controller = KenticoValidationRuleMetadata, action = GetAll | (empty) | (empty) |
| False | Kentico.FormBuilder/FormFileUploader/Post | controller = KenticoFormFileUploader, action = PostFile | (empty) | (empty) |
| False | Kentico.FormBuilder/FormFileUploader/Delete | controller = KenticoFormFileUploader, action = DeleteTempFile | (empty) | (empty) |
| False | Kentico.PageBuilder/Widgets/{cultureCode}/{typeIdentifier}/{controller}/{action} | (empty) | controller = Kentico.PageBuilder.Web.Mvc.ComponentControllerConstraint`1[Kentico.PageBuilder.Web.Mvc.WidgetDefinition], typeIdentifier = Kentico.PageBuilder.Web.Mvc.ComponentIdentifierConstraint`1[Kentico.PageBuilder.Web.Mvc.WidgetDefinition], cultureCode = Kentico.Web.Mvc.Internal.SiteCultureConstraint | (empty) |
| False | Kentico.PageBuilder/Sections/{cultureCode}/{typeIdentifier}/{controller}/{action} | (empty) | controller = Kentico.PageBuilder.Web.Mvc.ComponentControllerConstraint`1[Kentico.PageBuilder.Web.Mvc.SectionDefinition], typeIdentifier = Kentico.PageBuilder.Web.Mvc.ComponentIdentifierConstraint`1[Kentico.PageBuilder.Web.Mvc.SectionDefinition], cultureCode = Kentico.Web.Mvc.Internal.SiteCultureConstraint | (empty) |
| False | Kentico.PageBuilder/Personalization/ConditionTypes/{typeIdentifier}/{controller}/{action} | (empty) | controller = Kentico.PageBuilder.Web.Mvc.ComponentControllerConstraint`1[Kentico.PageBuilder.Web.Mvc.Personalization.ConditionTypeDefinition], typeIdentifier = Kentico.PageBuilder.Web.Mvc.ComponentIdentifierConstraint`1[Kentico.PageBuilder.Web.Mvc.Personalization.ConditionTypeDefinition] | (empty) |
| False | Kentico.Components/{cultureCode}/{typeIdentifier}/{controller}/{action} | (empty) | controller = KenticoFormWidget, typeIdentifier = Kentico.FormWidget, cultureCode = Kentico.Web.Mvc.Internal.SiteCultureConstraint | (empty) |
| False | Kentico.PageBuilder/KenticoPageBuilderConfiguration/Set/{pageId} | controller = KenticoPageBuilderConfiguration, action = Set | (empty) | (empty) |
| False | Kentico.PageBuilder/KenticoPageBuilderConfiguration/ChangeTemplate | controller = KenticoPageBuilderConfiguration, action = ChangeTemplate | (empty) | (empty) |
| False | Kentico.PageBuilder/KenticoPageBuilderConfiguration/Get/{pageId} | controller = KenticoPageBuilderConfiguration, action = Get | (empty) | (empty) |
| False | Kentico.PageBuilder/KenticoPageBuilderConfiguration/DefaultProperties/{typeIdentifier}/{action} | controller = KenticoPageBuilderConfiguration | action = (GetWidgetDefaultProperties|GetSectionDefaultProperties|GetPageTemplateDefaultProperties) | (empty) |
| False | Kentico.PageBuilder/Forms/{typeIdentifier}/{controller}/{action} | (empty) | (empty) | (empty) |
| False | Kentico.PageBuilder/Metadata/GetAll | controller = KenticoComponentsMetadata, action = GetAll | (empty) | (empty) |
| False | Kentico.PageBuilder/KenticoLinkMetadata/GetLinkMetadata | controller = KenticoLinkMetadata, action = GetLinkMetadata | (empty) | (empty) |
| False | Kentico.PageBuilder/Clipboard/{action} | controller = KenticoPageBuilderClipboard | action = (Get|Store) | (empty) |
| False | Kentico.PageBuilder/PageTemplates/GetFiltered | controller = KenticoPageTemplatesViewModel, action = GetFiltered | (empty) | (empty) |
| False | Kentico.PageBuilder/PageTemplates/SelectorDialog | controller = KenticoPageTemplatesSelectorDialog, action = Index | (empty) | (empty) |
| False | Kentico.Components/Dialogs/{controller}/{action} | action = Index | controller = (KenticoMediaFilesDialog|KenticoPageSelectorDialog|KenticoAttachmentsDialog) | (empty) |
| False | Kentico.Components/Selectors/{Controller}/{ComponentType}/{ComponentIdentifier}/{PropertyName}/GetItems | action = GetItems | controller = (KenticoObjectSelector|KenticoGeneralSelector) | (empty) |
| False | Kentico.Uploaders/{controller} | action = Upload | controller = (KenticoMediaFilesUploader|KenticoAttachmentsUploader) | (empty) |
| False | Kentico.Components/ComputerVision/GetDescription | action = GetDescription, controller = KenticoComputerVision | (empty) | (empty) |
| False | Kentico.Activities/KenticoActivityLogger/Log | controller = KenticoActivityLogger, action = Log | (empty) | Namespaces = Kentico.Activities.Web.Mvc |
| False | Kentico.Resource/Activities/KenticoActivityLogger/Logger.js | controller = KenticoActivityLogger, action = Script | (empty) | Namespaces = Kentico.Activities.Web.Mvc |
| False | CMSModules/Newsletters/CMSPages/Track.ashx | (empty) | controller = , action = | (null) |
| False | CMSModules/Newsletters/CMSPages/Redirect.ashx | (empty) | controller = , action = | (null) |
| False | {*Kentico.AlternativeUrls.Url} | (empty) | Kentico.AlternativeUrls.Url = Kentico.Content.Web.Mvc.Routing.AlternativeUrlConstraint | Namespaces = Kentico.Content.Web.Mvc.Routing |
| False | {*Kentico.PageUrlPaths} | (empty) | Kentico.PageUrlPaths = Kentico.Content.Web.Mvc.Routing.PageUrlPathConstraint | (empty) |
| False | {*Kentico.PageFormerUrlPaths} | (empty) | Kentico.PageFormerUrlPaths = Kentico.Content.Web.Mvc.Routing.PageFormerUrlPathConstraint | (empty) |
| False | {culture}/Article/{*nodealiaspath} | controller = Article, action = Index | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | api/{culture}/News/GetNews | controller = News, action = GetNews | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | {culture}/News/{nodealias} | controller = News, action = Detail | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | Cmsdesk/{action} | controller = Cmsdesk, action = index | (empty) | (empty) |
| False | Cmsdesk/logs/detail/{id} | controller = Cmsdesk, action = LogDetail | (empty) | (empty) |
| False | {culture}/Info/{*nodeAlias} | controller = Info, action = Index | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | {culture}/Subscription/Subscribe/{*newslettersCodeName} | controller = Subscription, action = Subscribe | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | {culture}/PrimeCalculator/{*nodeAlias} | controller = PrimeCalculator, action = Index | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | PrimeCalculator/Calculate | controller = PrimeCalculator, action = Calculate | (empty) | (empty) |
| False | {culture}/Content/{*nodeAlias} | controller = Content, action = Index | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| True | {culture}/{controller}/{action} | controller = Home, action = Index | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| False | {controller}/{action} | controller = Home, action = Index, culture = fr-BE | culture = Sobegas.Features.Shared.Infrastructure.SiteCultureConstraint | (empty) |
| True | {*url} | controller = Errors, action = NotFound | (empty) | (empty) |
| True | {*catchall} | (null) | (null) | (null) |
Current Request Info
AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.
AppRelativeCurrentExecutionFilePath: ~/fr-be/account/retrievepassword