PageModel.Redirect(String) 메서드

정의

지정된 urlRedirectResult 리디렉션(Status302Found)하는 개체를 만듭니다.

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

리디렉션할 URI입니다.

반환

응답에 대해 만들어진 RedirectResult 입니다.

적용 대상