C# Class Aqueduct.Extensions.ResponseExtensions

Class containing extension methods for the System.Web.HttpResponse class
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
RedirectPermanent ( this response, string url ) : void

Perform a permanent (301) redirection to the url provided

Method Details

RedirectPermanent() public static method

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