Share via


PageModel.LocalRedirectPermanentPreserveMethod(String) Yöntem

Tanım

belirtilen localUrlöğesini kullanarak true ve PreserveMethod true (Status308PermanentRedirect) olarak ayarlanmış bir LocalRedirectResult nesne Permanent oluşturur.

public:
 virtual Microsoft::AspNetCore::Mvc::LocalRedirectResult ^ LocalRedirectPermanentPreserveMethod(System::String ^ localUrl);
public virtual Microsoft.AspNetCore.Mvc.LocalRedirectResult LocalRedirectPermanentPreserveMethod (string localUrl);
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

Parametreler

localUrl
String

Yeniden yönlendirilecek yerel URL.

Döndürülenler

Yanıt için oluşturulan LocalRedirectResult .

Şunlara uygulanır