Share via


PageBase.LocalRedirectPermanent(String) Méthode

Définition

Crée un LocalRedirectResult objet avec Permanent défini sur true (Status301MovedPermanently) à l’aide du spécifié localUrl.

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

Paramètres

localUrl
String

URL locale vers laquelle effectuer la redirection.

Retours

créé LocalRedirectResult pour la réponse.

S’applique à