Bagikan melalui


PageModel.LocalRedirectPermanent(String) Metode

Definisi

LocalRedirectResult Membuat objek dengan Permanent diatur ke true (Status301MovedPermanently) menggunakan yang ditentukan localUrl.

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

Parameter

localUrl
String

URL lokal yang akan dialihkan.

Mengembalikan

yang dibuat LocalRedirectResult untuk respons.

Berlaku untuk