This repository has been archived by the owner. It is now read-only.
Relative page URL generation doesn't support local folder relative paths prefixed with ./ #6190
Labels
Projects
Milestone


DamianEdwards commentedApr 23, 2017
•
edited
APIs that accept relative paths for generating Page URLs, e.g.
<form asp-page="" />andRedirectToPage(""), should support local folder relative URLs prefixed with./Instead it appends it to the current page path and it ends up generating a URL that's app root relative with "page" in the querystring.
@pranavkm @rynowak
The text was updated successfully, but these errors were encountered: