issues
search
mccalltd
/
AttributeRouting
Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416
stars
89
forks
source link
Reorganize Code
#227
Open
mccalltd
opened
11 years ago
mccalltd
commented
11 years ago
Need/want to reorganize:
Web API bits can be centralized in AR.Web.Http
Non-Web API bits will go in AR.Web.Mvc
RouteAreaAttribute will go in AR.Web.Mvc
Improve parsing. Pass some responsibility to the RouteSpecification when logical.
Constraints need to use actual types in ctor. Need to then convert string value during instantiation.
Flatten the heirarchy of classes somewhat.
Update configuration syntax, and auto-scan all loaded assemblies.
Kill obsolete code
Need/want to reorganize: