Redirect to URL in ASP.NET Core December 10, 2023 by Tarik Redirecting from a controller to a full URL is done simply by: return Redirect(stringFullUrl);