Sebazzz/SDammann.WebApi.Versioning

Override ControllerSuffix

Closed this issue · 1 comments

I would like "Api" to be part of my web api controller class names, not just part of the namespace, to help distinguish MVC from Web Api when reading code. To accomplish this I need to be able to override the controller name suffix.

Example:
/api/v1/Users maps to xxx.Api.Version1.UsersApiController

Implemented in Version 2.0