heymagurany / RegexRouting

Define your routes using regular expressions in ASP.NET MVC and Web API.
MIT License
1 stars 0 forks source link

Update RouteCollectionExtensions.cs #1

Closed chrilith closed 11 years ago

chrilith commented 11 years ago

When working with Areas, the RoutHandler needs to know where to search the related views. Adding the Area passed with Defaults to DataTokens make things working. Perhaps we need to have access to the DataTokens directly?