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 729957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T06:51:25+00:00 2026-05-14T06:51:25+00:00

I am new to Microsoft.MVC, so sorry if this is a silly question. I

  • 0

I am new to Microsoft.MVC, so sorry if this is a silly question.

I have created a very simple forum, and I am now trying to create some tag functionality to it.

I have a controller where the index retrieves the last 10 forum threads. I would like to pass a query string, or something a-like with the Id to the supplied tag to the forum, so I thereby can get the forum threads, which e.g. have the tag ‘ASP.NET’.

If it was a regular webforms project I would simply supply a query string with the tag id, to the index page, and then retrieve the forum threads with the tag, but isn’t there a smarter way to do it in MVC.NET?

The reason why I ask, is it seems like a step backwards from REST-urls, to suddenly use ‘regular’ query strings?

  • 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-14T06:51:25+00:00Added an answer on May 14, 2026 at 6:51 am

    First you define your action (like you probably already did), and add the parameters like you need them:

    public ActionResult Forum(string tag, int page)
    {
        // do your thing
        // ...
    
        return View();
    }
    

    Then, in your Global.asax.cs, you can add a route that handles the parameters like you want them.

    routes.MapRoute("Forum", "Forum/{tag}/{page}", new {controller = "Home", action = Forum"});
    

    This will cause the Forum action to trigger on the HomeController when you go to the http://yourhost/Forum link. If you then click have a link like this http://yourhost/Forum/asp.net/1 Then “asp.net” will passed into the tag parameter, and 1 will be passed onto the page parameter.

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

Sidebar

Related Questions

i have a simple if condition as follows... $site = new-object Microsoft.SharePoint.SPSite($url) $sitelists =
%windir%\Microsoft.NET\assembly\ is the new GAC . Does it mean now we have to manage
I'm very new to MVC...I have quite a bit of knowledge with Silver-light and
I have just created a new MVC 3 project and updated all the installed
Im new to ASP.NET MVC, trying to learn the basics. Im now trying to
I am using Microsoft MVC and C#. I have a usercontrol (example.ascx) created and
My question is straight forward. I'm totally new to the Microsoft stack, I have
When we create a new field in Microsoft Dynamics CRM, it will create it
I have the following XML: <Result ID=1,New xmlns=http://schemas.microsoft.com/sharepoint/soap/> <ErrorCode>0x00000000</ErrorCode> <ID /> <z:row ows_ID=6 />
When I create a new VARCHAR column in Microsoft SQL Server Manager Studio, it

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.