C# Class Aqueduct.Extensions.ResponseExtensions

Class containing extension methods for the System.Web.HttpResponse class
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
RedirectPermanent ( this response, string url ) : void

Perform a permanent (301) redirection to the url provided

Method Details

RedirectPermanent() public static méthode

Perform a permanent (301) redirection to the url provided
public static RedirectPermanent ( this response, string url ) : void
response this
url string
Résultat void