You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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