Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3348552
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:33:23+00:00 2026-05-18T01:33:23+00:00

I have just added routing in a new asp.net 4 web forms application, and

  • 0

I have just added routing in a new asp.net 4 web forms application, and have got my route table set up ok and page requests are working fine.

What I now want to do is use the Page.GetRouteUrl method whenever I need to generate one of my seo friendly Url’s. I started to implement this across various pages then thought it might cut down on code a bit if I had a method in one of my own helper classes, that constructs this url (using the Page.GetRouteUrl method) as I might have several parameters that need to be specified against the Page.GetRouteUrl method each time.

However, within my helper class, it doesn’t know what ‘Page’ is. I was thinking I could pass in ‘Page’ from the page that wants a routed url to be generated, but in some cases I want to construct one of these Url’s in another class which doesn’t know what ‘Page’ is, and in that scenario wouldn’t be able to pass it in as a param (and therefore wouldn’t be able to use the Page.GetRouteUrl within my helper class).

What is the normal approach when wanting to use Page.GetRouteUrl within classes that don’t have an instance of the Page object?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T01:33:24+00:00Added an answer on May 18, 2026 at 1:33 am

    You can pass Page as a constructor parameter, or this is actually the page reference:

    var page = HttpContext.Current.Handler as Page;
    

    You can cast it to the page type. Depending on the type of requests you are making, it may not always be page (say from a web service call, etc.).

    HTH.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a C# web forms ASP.NET 4.0 web application that uses Routing for
Have just started playing with ASP.NET MVC and have stumbled over the following situation.
I have just set up cruise control.net on our build server, and I am
Problem I am trying to take an existing ASP.NET web application and manually migrate
I have an ASP.NET MVC application, which seems to run OK on my machine,
I have added some code which compiles cleanly and have just received this Windows
I am just getting started with Silverlight and have recently added a Silverlight project
I have just inherited a server application, however it seems that the only copy
I have just got a MacBook Pro and have been using it (+Fusion) to
[NOTE: I'm using ASP.NET MVC2 RC2.] I have URLs like this: /customers/123/orders/456/items/index /customers/123/orders/456/items/789/edit My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.