Skip to content

Instantly share code, notes, and snippets.

@cprieto
Created May 11, 2009 18:12
Show Gist options
  • Save cprieto/110079 to your computer and use it in GitHub Desktop.
Save cprieto/110079 to your computer and use it in GitHub Desktop.
[ActionName("FirstAction")]
public ActionResult DoSomething(string someValue)
{
}
[ActionName("SecondAction")]
public ActionResult DoOther(string someValue)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment