1 write to Permanent
Microsoft.AspNetCore.Mvc.Core (1)
RedirectResult.cs (1)
53
Permanent
= permanent;
11 references to Permanent
Microsoft.AspNetCore.Mvc.Core (5)
ControllerBase.cs (3)
336
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to true
350
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to false
365
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to true
Infrastructure\RedirectResultExecutor.cs (2)
51
context.HttpContext.Response.StatusCode = result.
Permanent
?
57
context.HttpContext.Response.Redirect(destinationUrl, result.
Permanent
);
Microsoft.AspNetCore.Mvc.RazorPages (6)
PageBase.cs (3)
496
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to true
509
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to false
523
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to true
PageModel.cs (3)
825
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to true
838
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to false
852
/// Creates a <see cref="RedirectResult"/> object with <see cref="RedirectResult.
Permanent
"/> set to true