ASP.Net Controllers support decorating the controller class with the route attribute. As of today, the composition handler class contains only one single Handle method making the route prefixing feature less useful. Although, this is needed in order to support conventions based handlers as detailed by #247
ASP.Net Controllers support decorating the controller class with the route attribute. As of today, the composition handler class contains only one single
Handlemethod making the route prefixing feature less useful. Although, this is needed in order to support conventions based handlers as detailed by #247