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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:41:17+00:00 2026-06-13T00:41:17+00:00

I want to be able to access the following through one route constraint declaration:

  • 0

I want to be able to access the following through one route constraint declaration:

/picks                        
/picks/{teamID}/{week}        
/picks/save/{teamID}/{week}   

This does not work for the second request: /picks/{teamID}/{week}

routes.MapRoute(
  "picks",
  "picks/{action}/{teamID}/{week}",
  new { controller = "Picks", 
        action = "Index", 
        teamID = UrlParameter.Optional, 
        week = UrlParameter.Optional });

It seems to me the action should be defaulted to Index since I don’t supply one, but I’m assuming it’s actually trying to find the action {teamID} (which is a number).

How do I make this constraint handle all 3 scenarios?

  • 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-06-13T00:41:18+00:00Added an answer on June 13, 2026 at 12:41 am

    You just have to omit the action from the rout string for the first route:

    routes.MapRoute( 
        "picks", 
        "picks/{teamID}/{week}", 
        new { controller = "Picks",  
                action = "Index",  
                teamID = UrlParameter.Optional,  
                week = UrlParameter.Optional }); 
    

    Remember to place more specific routes on top of more generic ones.

    Eg:

    "picks/{teamID}/{week}"
    "picks/{action}/{teamID}/{week}"
    "{controller}/{action}/{id}"
    

    The routes are tryed in the order they are added.

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

Sidebar

Related Questions

I want to be able to access properties from a JSON string within my
I want to be able to access keyboard shortcuts even when my tab is
I am creating a WebUserControl in ASP.net and want to be able to access
I am dealing with image buffers, and I want to be able to access
I'm importing some XML to C#, and want to be able to access data
I want to be able to restrict access of a download only when someone
I want a grails service to be able to access Domain static methods, for
I want only a (faculty) group of users to be able to access a
Problem: I want disparate sections of my code to be able to access a
I have some pages that I don't want users to be able to access

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.