Retrieve page URL

You can programmatically retrieve the URL of a specific page using a number of methods.

You can get the URL of a page by calling the GetUrl method of the page node. To do so, perform the following:

  1. Get an instance of the page manager class.
  2. Find the page node using the page node ID.
  3. Call the GetUrl method of the page node.
    When calling the GetUrl method, you specify the culture.
  4. The absolute URL is resolved by calling the ResolveUrl method of the UrlPath class.

Alternatively, you can get the URL of a page by its ID using the sitemap node. To do so, perform the following:

  1. Get an instance of the current sitemap provider.
  2. Find the sitemap node using the page node ID.
  3. Cast the sitemap node to the PageSiteNode class.
  4. Call the GetUrl method of the PageSiteNode class.
    When calling the GetUrl method, you specify the culture and set the fallback behavior.
  5. The absolute URL is resolved by calling the ResolveUrl method of the UrlPath class.

Retrieve the page edit mode URL

In addition to resolving the page browsing URL, some use case scenarios might require that you resolve programmatically the page edit mode URL. Each Sitefinity standard page can be edited directly by typing its edit mode URL in the browser. Most commonly this URL follows the pattern of PageLiveURL + /action/edit. Some complexity is added in the picture if you have additional page URLs, some customization in the way you are resolving them, or are working in multisite mode. While going to the Sitefinity backend UI and editing the desired page form the Pages menu is the most conventional approach, if you want to automate the task, or need to retrieve the page edit mode URL through code, refer to the below sample:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Get started with Integration Hub | Sitefinity Cloud | Sitefinity SaaS

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.

Web Security for Sitefinity Administrators

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.

Foundations of Sitefinity ASP.NET Core Development

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.

Was this article helpful?