Share via


PageModel.LocalRedirectPreserveMethod(String) Yöntem

Tanım

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

public:
 virtual Microsoft::AspNetCore::Mvc::LocalRedirectResult ^ LocalRedirectPreserveMethod(System::String ^ localUrl);
public virtual Microsoft.AspNetCore.Mvc.LocalRedirectResult LocalRedirectPreserveMethod (string localUrl);
abstract member LocalRedirectPreserveMethod : string -> Microsoft.AspNetCore.Mvc.LocalRedirectResult
override this.LocalRedirectPreserveMethod : string -> Microsoft.AspNetCore.Mvc.LocalRedirectResult
Public Overridable Function LocalRedirectPreserveMethod (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