Aracılığıyla paylaş


PageModel.Redirect(String) Yöntem

Tanım

Belirtilen urlöğesine (Status302Found) yeniden yönlendiren bir RedirectResult nesne oluşturur.

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

Parametreler

url
String

Yeniden yönlendirilecek URL.

Döndürülenler

Yanıt için oluşturulan RedirectResult .

Şunlara uygulanır