2 references to RedirectToActionPermanent
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (2)
685return RedirectToActionPermanent(actionName, controllerName, routeValues: null, fragment: fragment); 702return RedirectToActionPermanent(actionName, controllerName, routeValues, fragment: null);