ControllerBase.RedirectPermanentPreserveMethod(String) メソッド

定義

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

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

パラメーター

url
String

リダイレクト先の URL。

戻り値

応答用に作成された RedirectResult

属性

適用対象