4 references to LocalRedirectResult
Microsoft.AspNetCore.Mvc.Core (2)
ControllerBase.cs (1)
404
return new
LocalRedirectResult
(localUrl, permanent: true);
LocalRedirectResult.cs (1)
24
:
this
(localUrl, permanent: false)
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
428
return new
LocalRedirectResult
(localUrl, permanent: true);
PageModel.cs (1)
735
return new
LocalRedirectResult
(localUrl, permanent: true);