Top "Asp.net-web-api-routing" questions

Questions about routing within ASP.

WebAPI 2 attribute routing enable session state

We figured out how to enable session state with webapi Sample here Now we have WebApi 2 attribute routing, so we …

asp.net-web-api asp.net-web-api-routing
Is there a default verb applied to a Web API ApiController method?

I've been looking at the code (in https://github.com/patelsan/WebAPIAuthentication) from this article: http://www.codeproject.com/Articles/630986/…

asp.net asp.net-web-api asp.net-web-api-routing
Asp.Net WebAPI and AttributeRouting - no overloaded attribute constructor?

I have just downloaded AttributeRouting NuGet package for WebAPI and having a problem within my controller. I thought the way …

asp.net-web-api asp.net-web-api-routing attributerouting
.Net WebApi OData Actions that return an Queryable

I want to achieve something close to the RateProduct action described in: http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api/odata-actions …

c# odata asp.net-web-api asp.net-web-api-routing