aspnetcore/src
Ryan Nowak b4d1eec87a Makes attribute routing respond to AD updates
This change makes the attribute route capable of responding to updates in
the action descriptor collection.

The change moves the actual route implementation to InnerAttributeRoute.
AttributeRoute now wraps an InnerAttributeRoute - when processing a route,
AttributeRoute will now check with action descriptor collection if its
InnerAttributeRoute is still 'current' and rebuild it if necessary.
2015-02-10 16:01:22 -08:00
..
Microsoft.AspNet.Mvc Results of parsing _ViewStart files should be cached 2015-02-10 13:48:33 -08:00
Microsoft.AspNet.Mvc.Common
Microsoft.AspNet.Mvc.Core Makes attribute routing respond to AD updates 2015-02-10 16:01:22 -08:00
Microsoft.AspNet.Mvc.ModelBinding
Microsoft.AspNet.Mvc.Razor Results of parsing _ViewStart files should be cached 2015-02-10 13:48:33 -08:00
Microsoft.AspNet.Mvc.Razor.Host Results of parsing _ViewStart files should be cached 2015-02-10 13:48:33 -08:00
Microsoft.AspNet.Mvc.TagHelpers Results of parsing _ViewStart files should be cached 2015-02-10 13:48:33 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShim
Microsoft.AspNet.Mvc.Xml