IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
By default Sitefinity uses a single route - FrontendRoute to serve all of its frontend pages. The page is resolved by parsing the URL segments from the request and finding the page in the hierarchy that matches the specified UrlName.
FrontendRoute
UrlName
If you want to modify the behavior of how those URLs are resolved and what they resolve to, you can extend the SitefinityRoute class and implement your custom logic there.
SitefinityRoute
NOTE: If you want a specific URL to be resolved to something else, we recommend using the URL rewrite module or just basic HTTP redirects. The following example is for advanced purposes where the these methods are not applicable.
Perform the following:
CustomSitefinityRoute
Telerik.Sitefinity.Web.SitefinityRoute
ObjectFactory
Following are two example implementations for the SitefinityRoute class:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important