Equivalent to LocalRedirect in Blazor
Open
area-blazor
copilot-candidate
enhancement
feature-blazor-navigation
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
In MVC & Razor Pages you can all `LocalRedirect()` to trigger a redirect to page in the app. This is typically used with return URLs specified in the request, so that a malicious request can't send you off to some other site.
In Blazor we have `NavigationManager.NavigateTo()`. Do we need a `NavigateToLocal()`?
Contributor guide
Assessment
This issue has not been assessed yet.