C# 클래스 Aqueduct.Extensions.ResponseExtensions

Class containing extension methods for the System.Web.HttpResponse class
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
RedirectPermanent ( this response, string url ) : void

Perform a permanent (301) redirection to the url provided

메소드 상세

RedirectPermanent() 공개 정적인 메소드

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