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:
Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.
This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.
This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.
The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important