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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:56:18+00:00 2026-05-27T05:56:18+00:00

Possible Duplicate: ASP.NET MVC – Can i have multiple names for the same action?

  • 0

Possible Duplicate:
ASP.NET MVC – Can i have multiple names for the same action?

I was wondering if its possible to have two actions point to the same ActionResult in a controller, like so:

[HttpPost]
[ActionName("ManualSearch")]
[ActionName("AddProduct")]
public virtual ActionResult MyPostAction(MyModel model) 
{

// do code...

}

The reason for doing this is because I have 2 views that each process an action differently but they both contain a form, which essentially is doing the same thing, so I was wondering to just make those 2 forms POST to the same action, like I tried above, only apparently its not possible to duplicate the ActionName attribute.

  • 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-27T05:56:19+00:00Added an answer on May 27, 2026 at 5:56 am

    Why not to create two different actions and a private method called by the two?

    public ActionResult Action1(MyModel model)
    {
         return PrivateAction(model);
    }
    
    public ActionResult Action2(MyModel model)
    {
         return PrivateAction(model);
    }
    
    private ActionResult PrivateAction(MyModel model)
    {
          .... do stuff....
    }
    

    I think easiest things are the most reliable 😉

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

Sidebar

Related Questions

Possible Duplicate: Multiple forms on ASP.NET page i have a doubt. can we place
Possible Duplicate: How to: Back button support “Ajax” I have a ASP.NET MVC implementation
Possible Duplicate: Can I use ASP.NET MVC together with regular ASP.NET Web forms Let's
Possible Duplicate: How can I get the client's IP address in ASP.Net MVC? I
Possible Duplicate: Schedule Controls for ASP.Net MVC I have MVC3 in which I want
Possible Duplicate: Caching in asp.net-mvc i have an asp.net-mvc site and i am running
Possible Duplicate: Can I use pure SQL in ASP.net MVC? i asked a similar
Possible Duplicate: How to use multiple view engines in ASP.NET MVC application I am
Possible Duplicate: How can I get this ASP.NET MVC SelectList to work? What the
Possible Duplicate: How can I properly handle 404 in ASP.NET MVC? I've made the

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.