1 write to Permanent
Microsoft.AspNetCore.Mvc.Core (1)
LocalRedirectResult.cs (1)
50Permanent = permanent;
11 references to Permanent
Microsoft.AspNetCore.Mvc.Core (5)
ControllerBase.cs (3)
394/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to 408/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to 423/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to
Infrastructure\LocalRedirectResultExecutor.cs (2)
54context.HttpContext.Response.StatusCode = result.Permanent ? 60context.HttpContext.Response.Redirect(destinationUrl, result.Permanent);
Microsoft.AspNetCore.Mvc.RazorPages (6)
PageBase.cs (3)
419/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to 432/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to 446/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to
PageModel.cs (3)
726/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to 739/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to 753/// Creates a <see cref="LocalRedirectResult"/> object with <see cref="LocalRedirectResult.Permanent"/> set to