ControllerBase.RedirectPreserveMethod(String) Method

Definition

Creates a RedirectResult object with Permanent set to false and PreserveMethod set to true (Status307TemporaryRedirect) using the specified url.

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectResult ^ RedirectPreserveMethod(System::String ^ url);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.RedirectResult RedirectPreserveMethod (string url);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member RedirectPreserveMethod : string -> Microsoft.AspNetCore.Mvc.RedirectResult
override this.RedirectPreserveMethod : string -> Microsoft.AspNetCore.Mvc.RedirectResult
Public Overridable Function RedirectPreserveMethod (url As String) As RedirectResult

Parameters

url
String

The URL to redirect to.

Returns

The created RedirectResult for the response.

Attributes

Applies to