Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Tolerate a leading / or ~/ on conventional routes #441

Closed
rynowak opened this issue Sep 9, 2017 · 1 comment
Closed

Tolerate a leading / or ~/ on conventional routes #441

rynowak opened this issue Sep 9, 2017 · 1 comment
Assignees

Comments

@rynowak
Copy link
Member

rynowak commented Sep 9, 2017

We throw an exception today if you do this, but we allow it in attribute routes. We should allow this.

When we generate a url using a route like "~/foo" the resulting url should be "/foo" not "~/foo"

@jbagga
Copy link
Contributor

jbagga commented Jan 10, 2018

This issue was moved to dotnet/aspnetcore#2765

@jbagga jbagga closed this as completed Jan 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants