jamescrosswell / CommandRouting

A DNX alternative to MVC that lets you route directly to CQRS style command handlers.
MIT License
3 stars 3 forks source link

I want to be able to create RouteSets #12

Closed jamescrosswell closed 8 years ago

jamescrosswell commented 8 years ago

Similar to RestfulRouting RouteSets... basically a group of routes that would typically share the same prefix, optionally with nested RouteSets of their own.

This would allow us to easily configure routes using a composable model that ensured consistent route prefixes across related command pipelines.