1 write to Permanent
Microsoft.AspNetCore.Mvc.Core (1)
LocalRedirectResult.cs (1)
50
Permanent
= 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)
54
context.HttpContext.Response.StatusCode = result.
Permanent
?
60
context.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