How to define custom api routes in Azure Mobile Service when using .NET as Back end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Tried both Table Controller and Custom Controller but not able to define two functions accepting the same parameters with same http method. For example when declaring
public Person GetMemberDetails(int id)
{
// Some Code
return person;
}
public Person GetMemberAddress(int id)
{
// Some Code
return person;
}
as both functions are requesting using GET and both have same input after building the project i am not able to use either of them. When i delete one or modifies one to use any other requesting method i am able to request from.
http://<azure-mobile-service-name>/Person/{id}
Is there any way to declare two functions with same signature and same method of request?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Throughout essence, Culver's is a chain of impromptu fast food restaurants operating in the Midwest of the United States. In 1984, the first bar was established in Sauk City, Wisconsin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
pizzaranchfeedback - This overview assists the organization with further developing the food administrations and quality to make them fulfilled and blissful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Dqfanfeedback.com - As a method for expressing gratitude toward them, the organization is giving a free dilly bar. Really take a look at this article and realize all you want to be aware to get your free sweet treat.

- « Previous
-
- 1
- 2
- Next »