Aracılığıyla paylaş


ControllerBase.LocalRedirectPermanentPreserveMethod(String) Yöntem

Tanım

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

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

Parametreler

localUrl
String

Yeniden yönlendirilecek yerel URL.

Döndürülenler

Yanıt için oluşturulan LocalRedirectResult .

Öznitelikler

Şunlara uygulanır