aspnetcore/src/Microsoft.AspNet.Routing
Mugdha Kulkarni f9a9b80681 Fixing the error message. The error message for malformed template was too complex listing all
the errors that can happen in one message. I have separated the message in 2 different messages.
 1. When there is a parameter or a literal following the optional parameter.
 2. when optional parameter is preceded by a literal other than period which is not allowed.
2015-02-16 17:40:04 -08:00
..
Constraints
Logging
Properties Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
Template Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
BuilderExtensions.cs
DefaultInlineConstraintResolver.cs Quick cleanup 2015-01-30 10:02:58 -08:00
IInlineConstraintResolver.cs
INamedRouter.cs
IRouteBuilder.cs
IRouteCollection.cs
IRouteConstraint.cs
IRouter.cs
InlineRouteParameterParser.cs
Microsoft.AspNet.Routing.kproj
NotNullAttribute.cs
Resources.resx Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
RouteBuilder.cs
RouteBuilderExtensions.cs
RouteCollection.cs Add support for best-effort link-generation 2015-02-11 14:38:30 -08:00
RouteConstraintBuilder.cs
RouteConstraintMatcher.cs
RouteContext.cs
RouteData.cs
RouteDirection.cs
RouteOptions.cs Add support for best-effort link-generation 2015-02-11 14:38:30 -08:00
RouteValueDictionary.cs
RouterMiddleware.cs
RoutingServices.cs
ServiceCollectionExtensions.cs Issue #1669: Adding extension method ConfigureRouteOptions. 2015-02-03 16:18:19 -08:00
VirtualPathContext.cs
project.json