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

  • SEARCH
  • Home
  • 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 6660157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:07:13+00:00 2026-05-26T02:07:13+00:00

Currently I have a Controller named StoreController. There are three Categories : books, movies,

  • 0

Currently I have a Controller named StoreController. There are three Categories : books, movies, and games. How can i make sure that the url’s

  • http://mywebsite.com/store/books,
  • http://mywebsite.com/store/movies
  • http://mywebsite.com/store/games

match a single action method. Right now, I am having three separate action methods books(); movies(); games(); doing the same thing, i.e listing the products in them

  • 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-26T02:07:14+00:00Added an answer on May 26, 2026 at 2:07 am

    Did you try like this?

    routes.MapRoute(
                    "Default", // Route name
                    "{controller}/{id}", // URL with parameters
                    new { controller = "Store", action = "Index", id = UrlParameter.Optional } // Parameter defaults
                    , null }
                    )
    

    and you make Controller like

    public ActionResult Index(string id)
    {
        if(id == "books"){
    
    
        }
        else if(id == "movies"){
    
        }
        else{// this is null case
    
    
        }
    
        return Content("hello");// test
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a abstract controller class that I all my controllers inherit from.
I currently have a Spring MVC controller that takes a MultipartFile @RequestMapping(method = RequestMethod.POST)
I currently have a controller were I would like to keep track of logging
Here is the thing. I currently have a tabBar controller, with several navigation controllers
I currently have an MS Access application that connects to a PostgreSQL database via
I currently have an ASP .NET MVC site that has two domains pointing to
I currently have a model that creates an array and returns it using the
I have three controllers - users, stories, categories. I want when I am logged
I currently have a .find method in one of my rails controller actions -
I currently have a Telerik MVC Grid that is populated with Patients. What I

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.