I use .net framework 4.0 and web api 1 .
I need to use the attribute RoutePrefix , which is in the web api 2 .
Is there an analogue in the first web api?
An example on web api 2:
[RoutePrefix("api/photo")] public class PhotoController : ApiController { ...