ControllerBase.LocalRedirectPermanentPreserveMethod(String) メソッド

定義

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

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

パラメーター

localUrl
String

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

戻り値

応答用に作成された LocalRedirectResult

属性

適用対象