Creates a 3xx redirect response and adds the Location field to the header. If not specified status code 301 Moved Permanently will be used.
Response.redirect("/index.html"); Response.redirect(302, "/view.php"); Response.redirect(StatusCodes.seeOther, "/icon.png", ["Server": "sel-net"]);
See Implementation
Creates a 3xx redirect response and adds the Location field to the header. If not specified status code 301 Moved Permanently will be used.