Top "Actionmethod" questions

Action methods typically have a one-to-one mapping with user interactions.

How to receive JSON as an MVC 5 action method parameter

I have been trying the whole afternoon crawling through the web trying to receive a JSON object in the action …

asp.net asp.net-mvc json actionmethod
MVC button click to action

Possible Duplicate: Mvc Html.ActionButton With ASP.NET MVC 3 I know how to create a link to an action method …

asp.net-mvc-3 button actionmethod
ASP .NET MVC NonAction meaning

Can anybody please tell me why should I use NonAction? I mean say I have a form with several submit …

c# asp.net-mvc actionmethod
How to invoke a bean action method using a link? The onclick does not work

I'm trying to implement a list of users names which can be rearranged by clicking on UP or DOWN links. &…

jsf jsf-2 hyperlink onclick actionmethod
ASP.NET MVC - POST Action Method with Additional Parameters from URL

With ASP.net MVC is it possible to POST a form to a controller action which includes parameters not in …

c# asp.net-mvc modelbinders actionmethod
Make HttpPost request to an action method in an ASP.NET MVC controller

I am trying to build a functionality where I need to a create a candidate's profile in our application. There …

c# asp.net-mvc http-post actionmethod
How to fire mailto urls from action method

I am a beginner in MVC. I want to develop an action method in MVC which fires Mailto:?body=body …

javascript mailto window.location actionmethod
ASP.NET MVC: How to covert an ActionResult to string?

I would like to take an existing action method, render its return value to a string and ship it as …

asp.net-mvc string json actionresult actionmethod
Disable action method from being called from the address bar

I have a method in my controller that I don't want to be called from the address bar in the …

asp.net-mvc-4 controller actionmethod
MVC 3 Ajax Loading Icon when navigating to a new page/action method

I have been searching extensively on how to create a navigation link that will display an ajax Loading icon while …

jquery asp.net-mvc actionlink actionmethod