You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
APIs that accept relative paths for generating Page URLs, e.g. <form asp-page="" /> and RedirectToPage(""), 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.
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: