PageModel.Redirect(String) メソッド

定義

指定した に RedirectResult (Status302Found) をリダイレクトする オブジェクトを作成します url

protected public:
 Microsoft::AspNetCore::Mvc::RedirectResult ^ Redirect(System::String ^ url);
protected internal Microsoft.AspNetCore.Mvc.RedirectResult Redirect (string url);
member this.Redirect : string -> Microsoft.AspNetCore.Mvc.RedirectResult
Protected Friend Function Redirect (url As String) As RedirectResult

パラメーター

url
String

リダイレクト先の URL。

戻り値

応答用に作成された RedirectResult

適用対象