Aracılığıyla paylaş


PageModel.LocalRedirect(String) Yöntem

Tanım

Belirtilen yerel localUrlöğesine (Status302Found) yeniden yönlendiren bir LocalRedirectResult nesne oluşturur.

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

Parametreler

localUrl
String

Yeniden yönlendirilecek yerel URL.

Döndürülenler

Yanıt için oluşturulan LocalRedirectResult .

Şunlara uygulanır