Bagikan melalui


ControllerBase.LocalRedirectPermanentPreserveMethod(String) Metode

Definisi

Membuat objek dengan diatur LocalRedirectResult ke true dan PreserveMethod diatur ke true (Status308PermanentRedirect) menggunakan yang ditentukan localUrl.Permanent

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

Parameter

localUrl
String

URL lokal untuk dialihkan.

Mengembalikan

yang dibuat LocalRedirectResult untuk respons.

Atribut

Berlaku untuk