Aracılığıyla paylaş


PageModel.LocalRedirectPermanent(String) Yöntem

Tanım

Belirtilen localUrlkullanarak true (Status301MovedPermanently) olarak ayarlanmış bir LocalRedirectResult nesne Permanent oluşturur.

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

Parametreler

localUrl
String

Yeniden yönlendirilecek yerel URL.

Döndürülenler

Yanıt için oluşturulan LocalRedirectResult .

Şunlara uygulanır