Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created March 20, 2015 13:37
Show Gist options
  • Save komainu85/a560bcfe3767ec049eee to your computer and use it in GitHub Desktop.
Save komainu85/a560bcfe3767ec049eee to your computer and use it in GitHub Desktop.
Web API Controller Action
[HttpGet]
[ActionName("DoSomethingCustom")]
public string Get()
{
return "Hello World";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment