ControllerBase.LocalRedirectPreserveMethod(String) メソッド

定義

LocalRedirectResult false に設定された オブジェクトをPermanent作成し、PreserveMethod指定した を使用して true (Status307TemporaryRedirect) に設定しますlocalUrl

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

パラメーター

localUrl
String

リダイレクト先のローカル URL。

戻り値

応答用に作成された LocalRedirectResult

属性

適用対象