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

RedirectToPage from a form-action handler includes the formaction #6104

Closed
@pranavkm

Description

@pranavkm
// Index.cshtml
@page "{formaction?}"
public void OnGetLoginCallback()
{
    // Do sign-in stuff
   return RedirectToPage(new { message = "Hello {user}"});
}

Expected: Redirects to /Index
Actual: RedirectToPage redirects to /Index/LoginCallback (resulting in a loop).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions